#559664

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

Shades of Chateau Green #559664

Tints of Chateau Green #559664

Color information

#559664 (or 0x559664) is unknown color: approx Chateau Green. HEX triplet: 55, 96 and 64. RGB value is (85,150,100). Sum of RGB (Red+Green+Blue) = 85+150+100=335 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.37% from 335); Green value is 150 (58.98% from 255 or 44.78% from 335); Blue value is 100 (39.45% from 255 or 29.85% from 335); Max value from RGB is 150 - color contains mainly: green. Hex color #559664 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559664 is #AA699B. Grayscale: #7D7D7D. Windows color (decimal): -11168156 or 6592085. OLE color: 6592085.

HSL color Cylindrical-coordinate representation of color #559664: hue angle of 133.85º 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 #559664 is Cyan = 0.43, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.41.

Color convert

RGB85150100-
CMYK0.4300.330.41
HSL133.85º27.66%46.08%-
HSV(B)133.85º43.33%58.82%-
XYZ16.9524.6615.92-
YUV124.86113.9799.57-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.37%
GREEN value IS 150 (58.98% from 255) = 44.78%
BLUE value IS 100 (39.45% from 255) = 29.85%
R=25.37%
G=44.78%
B=29.85%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal851501000.4300.330.41133.8527.6646.08
Hex5596642B02129861c2e
Octal12522614453041512063456
Binary101010110010110110010010101101000011010011000011011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559664; }

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

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

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

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

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

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

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

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