#559060

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

Shades of Chateau Green #559060

Tints of Chateau Green #559060

Color information

#559060 (or 0x559060) is unknown color: approx Chateau Green. HEX triplet: 55, 90 and 60. RGB value is (85,144,96). Sum of RGB (Red+Green+Blue) = 85+144+96=325 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.15% from 325); Green value is 144 (56.64% from 255 or 44.31% from 325); Blue value is 96 (37.89% from 255 or 29.54% from 325); Max value from RGB is 144 - color contains mainly: green. Hex color #559060 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559060 is #AA6F9F. Grayscale: #797979. Windows color (decimal): -11169696 or 6328405. OLE color: 6328405.

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

Color convert

RGB8514496-
CMYK0.4100.330.44
HSL131.19º25.76%44.9%-
HSV(B)131.19º40.97%56.47%-
XYZ15.8322.7214.62-
YUV120.89113.95102.4-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.15%
GREEN value IS 144 (56.64% from 255) = 44.31%
BLUE value IS 96 (37.89% from 255) = 29.54%
R=26.15%
G=44.31%
B=29.54%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal85144960.4100.330.44131.1925.7644.9
Hex559060290212C831a2d
Octal12522014051041542033255
Binary101010110010000110000010100101000011011001000001111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559060; }

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

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

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

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

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

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

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

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