#449361

Color #449361 Chateau Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chateau Green #449361

Tints of Chateau Green #449361

Color information

#449361 (or 0x449361) is unknown color: approx Chateau Green. HEX triplet: 44, 93 and 61. RGB value is (68,147,97). Sum of RGB (Red+Green+Blue) = 68+147+97=312 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.79% from 312); Green value is 147 (57.81% from 255 or 47.12% from 312); Blue value is 97 (38.28% from 255 or 31.09% from 312); Max value from RGB is 147 - color contains mainly: green. Hex color #449361 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449361 is #BB6C9E. Grayscale: #757575. Windows color (decimal): -12283039 or 6394692. OLE color: 6394692.

HSL color Cylindrical-coordinate representation of color #449361: hue angle of 142.03º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #449361 is Cyan = 0.54, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB6814797-
CMYK0.5400.340.42
HSL142.03º36.74%42.16%-
HSV(B)142.03º53.74%57.65%-
XYZ14.9822.9614.95-
YUV117.68116.3392.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 68 (26.95% from 255) = 21.79%
GREEN value IS 147 (57.81% from 255) = 47.12%
BLUE value IS 97 (38.28% from 255) = 31.09%
R=21.79%
G=47.12%
B=31.09%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal68147970.5400.340.42142.0336.7442.16
Hex449361360222A8e252a
Octal10422314166042522164552
Binary1000100100100111100001110110010001010101010001110100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449361; }

 p { color: rgb(68,147,97); }

 H1.HeaderClassName
 {
   color: #449361;
 }
 .AnyTagClassName
 {
   color: #449361;
 }
</style>
background-color css

<style>
 a { background-color: #449361; }

 a { background-color: rgb(68,147,97); }

 div.DivClassName
 {
   background-color: #449361;
 }
 .BgClassName
 {
   background-color: #449361;
 }
</style>
border-color css

<style>
 span { border-color: #449361; }

 span { border-color: rgb(68,147,97); }

 td.TdClassName
 {
   border-color: #449361;
 }
 .TagClassName
 {
   border-color: #449361;
 }
</style>