#559867

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

Shades of Chateau Green #559867

Tints of Chateau Green #559867

Color information

#559867 (or 0x559867) is unknown color: approx Chateau Green. HEX triplet: 55, 98 and 67. RGB value is (85,152,103). Sum of RGB (Red+Green+Blue) = 85+152+103=340 (45% of max value = 765). Red value is 85 (33.59% from 255 or 25% from 340); Green value is 152 (59.77% from 255 or 44.71% from 340); Blue value is 103 (40.62% from 255 or 30.29% from 340); Max value from RGB is 152 - color contains mainly: green. Hex color #559867 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559867 is #AA6798. Grayscale: #7E7E7E. Windows color (decimal): -11167641 or 6789205. OLE color: 6789205.

HSL color Cylindrical-coordinate representation of color #559867: hue angle of 136.12º 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 #559867 is Cyan = 0.44, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.40.

Color convert

RGB85152103-
CMYK0.4400.320.40
HSL136.12º28.27%46.47%-
HSV(B)136.12º44.08%59.61%-
XYZ17.4225.3716.81-
YUV126.38114.898.48-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25%
GREEN value IS 152 (59.77% from 255) = 44.71%
BLUE value IS 103 (40.62% from 255) = 30.29%
R=25%
G=44.71%
B=30.29%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal851521030.4400.320.40136.1228.2746.47
Hex5598672C02028881c2e
Octal12523014754040502103456
Binary101010110011000110011110110001000001010001000100011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559867; }

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

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

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

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

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

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

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

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