#559866

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

Shades of Chateau Green #559866

Tints of Chateau Green #559866

Color information

#559866 (or 0x559866) is unknown color: approx Chateau Green. HEX triplet: 55, 98 and 66. RGB value is (85,152,102). Sum of RGB (Red+Green+Blue) = 85+152+102=339 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.07% from 339); Green value is 152 (59.77% from 255 or 44.84% from 339); Blue value is 102 (40.23% from 255 or 30.09% from 339); Max value from RGB is 152 - color contains mainly: green. Hex color #559866 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559866 is #AA6799. Grayscale: #7E7E7E. Windows color (decimal): -11167642 or 6723669. OLE color: 6723669.

HSL color Cylindrical-coordinate representation of color #559866: hue angle of 135.22º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #559866 is Cyan = 0.44, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.40.

Color convert

RGB85152102-
CMYK0.4400.330.40
HSL135.22º28.27%46.47%-
HSV(B)135.22º44.08%59.61%-
XYZ17.3725.3516.55-
YUV126.27114.398.57-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.07%
GREEN value IS 152 (59.77% from 255) = 44.84%
BLUE value IS 102 (40.23% from 255) = 30.09%
R=25.07%
G=44.84%
B=30.09%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal851521020.4400.330.40135.2228.2746.47
Hex5598662C02128871c2e
Octal12523014654041502073456
Binary101010110011000110011010110001000011010001000011111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559866; }

 p { color: rgb(85,152,102); }

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

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

 a { background-color: rgb(85,152,102); }

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

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

 span { border-color: rgb(85,152,102); }

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