#559C62

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

Shades of Chateau Green #559C62

Tints of Chateau Green #559C62

Color information

#559C62 (or 0x559C62) is unknown color: approx Chateau Green. HEX triplet: 55, 9C and 62. RGB value is (85,156,98). Sum of RGB (Red+Green+Blue) = 85+156+98=339 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.07% from 339); Green value is 156 (61.33% from 255 or 46.02% from 339); Blue value is 98 (38.67% from 255 or 28.91% from 339); Max value from RGB is 156 - color contains mainly: green. Hex color #559C62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559C62 is #AA639D. Grayscale: #808080. Windows color (decimal): -11166622 or 6462549. OLE color: 6462549.

HSL color Cylindrical-coordinate representation of color #559C62: hue angle of 130.99º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #559C62 is Cyan = 0.46, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.39.

Color convert

RGB8515698-
CMYK0.4600.370.39
HSL130.99º29.46%47.25%-
HSV(B)130.99º45.51%61.18%-
XYZ17.8426.5915.75-
YUV128.16110.9897.22-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.07%
GREEN value IS 156 (61.33% from 255) = 46.02%
BLUE value IS 98 (38.67% from 255) = 28.91%
R=25.07%
G=46.02%
B=28.91%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal85156980.4600.370.39130.9929.4647.25
Hex559C622E02527831d2f
Octal12523414256045472033557
Binary101010110011100110001010111001001011001111000001111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559C62; }

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

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

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

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

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

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

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

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