#559662

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

Shades of Chateau Green #559662

Tints of Chateau Green #559662

Color information

#559662 (or 0x559662) is unknown color: approx Chateau Green. HEX triplet: 55, 96 and 62. RGB value is (85,150,98). Sum of RGB (Red+Green+Blue) = 85+150+98=333 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.53% from 333); Green value is 150 (58.98% from 255 or 45.05% from 333); Blue value is 98 (38.67% from 255 or 29.43% from 333); Max value from RGB is 150 - color contains mainly: green. Hex color #559662 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559662 is #AA699D. Grayscale: #7C7C7C. Windows color (decimal): -11168158 or 6461013. OLE color: 6461013.

HSL color Cylindrical-coordinate representation of color #559662: hue angle of 132º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #559662 is Cyan = 0.43, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.41.

Color convert

RGB8515098-
CMYK0.4300.350.41
HSL132º27.66%46.08%-
HSV(B)132º43.33%58.82%-
XYZ16.8624.6315.42-
YUV124.64112.9799.73-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.53%
GREEN value IS 150 (58.98% from 255) = 45.05%
BLUE value IS 98 (38.67% from 255) = 29.43%
R=25.53%
G=45.05%
B=29.43%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal85150980.4300.350.4113227.6646.08
Hex5596622B02329841c2e
Octal12522614253043512043456
Binary101010110010110110001010101101000111010011000010011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559662; }

 p { color: rgb(85,150,98); }

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

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

 a { background-color: rgb(85,150,98); }

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

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

 span { border-color: rgb(85,150,98); }

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