#449060

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

Shades of Chateau Green #449060

Tints of Chateau Green #449060

Color information

#449060 (or 0x449060) is unknown color: approx Chateau Green. HEX triplet: 44, 90 and 60. RGB value is (68,144,96). Sum of RGB (Red+Green+Blue) = 68+144+96=308 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.08% from 308); Green value is 144 (56.64% from 255 or 46.75% from 308); Blue value is 96 (37.89% from 255 or 31.17% from 308); Max value from RGB is 144 - color contains mainly: green. Hex color #449060 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449060 is #BB6F9F. Grayscale: #737373. Windows color (decimal): -12283808 or 6328388. OLE color: 6328388.

HSL color Cylindrical-coordinate representation of color #449060: hue angle of 142.11º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #449060 is Cyan = 0.53, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.44.

Color convert

RGB6814496-
CMYK0.5300.330.44
HSL142.11º35.85%41.57%-
HSV(B)142.11º52.78%56.47%-
XYZ14.4722.0214.55-
YUV115.8116.8293.9-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.08%
GREEN value IS 144 (56.64% from 255) = 46.75%
BLUE value IS 96 (37.89% from 255) = 31.17%
R=22.08%
G=46.75%
B=31.17%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal68144960.5300.330.44142.1135.8541.57
Hex449060350212C8e242a
Octal10422014065041542164452
Binary1000100100100001100000110101010000110110010001110100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449060; }

 p { color: rgb(68,144,96); }

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

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

 a { background-color: rgb(68,144,96); }

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

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

 span { border-color: rgb(68,144,96); }

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