#559864

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

Shades of Chateau Green #559864

Tints of Chateau Green #559864

Color information

#559864 (or 0x559864) is unknown color: approx Chateau Green. HEX triplet: 55, 98 and 64. RGB value is (85,152,100). Sum of RGB (Red+Green+Blue) = 85+152+100=337 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.22% from 337); Green value is 152 (59.77% from 255 or 45.10% from 337); Blue value is 100 (39.45% from 255 or 29.67% from 337); Max value from RGB is 152 - color contains mainly: green. Hex color #559864 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559864 is #AA679B. Grayscale: #7E7E7E. Windows color (decimal): -11167644 or 6592597. OLE color: 6592597.

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

Color convert

RGB85152100-
CMYK0.4400.340.40
HSL133.43º28.27%46.47%-
HSV(B)133.43º44.08%59.61%-
XYZ17.2725.3116.03-
YUV126.04113.398.73-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.22%
GREEN value IS 152 (59.77% from 255) = 45.10%
BLUE value IS 100 (39.45% from 255) = 29.67%
R=25.22%
G=45.10%
B=29.67%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal851521000.4400.340.40133.4328.2746.47
Hex5598642C02228851c2e
Octal12523014454042502053456
Binary101010110011000110010010110001000101010001000010111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559864; }

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

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

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

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

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

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

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

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