#559861

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

Shades of Chateau Green #559861

Tints of Chateau Green #559861

Color information

#559861 (or 0x559861) is unknown color: approx Chateau Green. HEX triplet: 55, 98 and 61. RGB value is (85,152,97). Sum of RGB (Red+Green+Blue) = 85+152+97=334 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.45% from 334); Green value is 152 (59.77% from 255 or 45.51% from 334); Blue value is 97 (38.28% from 255 or 29.04% from 334); Max value from RGB is 152 - color contains mainly: green. Hex color #559861 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559861 is #AA679E. Grayscale: #7D7D7D. Windows color (decimal): -11167647 or 6395989. OLE color: 6395989.

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

Color convert

RGB8515297-
CMYK0.4400.360.40
HSL130.75º28.27%46.47%-
HSV(B)130.75º44.08%59.61%-
XYZ17.1325.2515.28-
YUV125.7111.898.97-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.45%
GREEN value IS 152 (59.77% from 255) = 45.51%
BLUE value IS 97 (38.28% from 255) = 29.04%
R=25.45%
G=45.51%
B=29.04%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal85152970.4400.360.40130.7528.2746.47
Hex5598612C02428831c2e
Octal12523014154044502033456
Binary101010110011000110000110110001001001010001000001111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559861; }

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

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

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

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

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

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

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

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