#559C66

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

Shades of Chateau Green #559C66

Tints of Chateau Green #559C66

Color information

#559C66 (or 0x559C66) is unknown color: approx Chateau Green. HEX triplet: 55, 9C and 66. RGB value is (85,156,102). Sum of RGB (Red+Green+Blue) = 85+156+102=343 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.78% from 343); Green value is 156 (61.33% from 255 or 45.48% from 343); Blue value is 102 (40.23% from 255 or 29.74% from 343); Max value from RGB is 156 - color contains mainly: green. Hex color #559C66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559C66 is #AA6399. Grayscale: #808080. Windows color (decimal): -11166618 or 6724693. OLE color: 6724693.

HSL color Cylindrical-coordinate representation of color #559C66: hue angle of 134.37º 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 #559C66 is Cyan = 0.46, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.39.

Color convert

RGB85156102-
CMYK0.4600.350.39
HSL134.37º29.46%47.25%-
HSV(B)134.37º45.51%61.18%-
XYZ18.0326.6716.77-
YUV128.62112.9896.89-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.78%
GREEN value IS 156 (61.33% from 255) = 45.48%
BLUE value IS 102 (40.23% from 255) = 29.74%
R=24.78%
G=45.48%
B=29.74%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal851561020.4600.350.39134.3729.4647.25
Hex559C662E02327861d2f
Octal12523414656043472063557
Binary101010110011100110011010111001000111001111000011011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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