#559564

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

Shades of Chateau Green #559564

Tints of Chateau Green #559564

Color information

#559564 (or 0x559564) is unknown color: approx Chateau Green. HEX triplet: 55, 95 and 64. RGB value is (85,149,100). Sum of RGB (Red+Green+Blue) = 85+149+100=334 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.45% from 334); Green value is 149 (58.59% from 255 or 44.61% from 334); Blue value is 100 (39.45% from 255 or 29.94% from 334); Max value from RGB is 149 - color contains mainly: green. Hex color #559564 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559564 is #AA6A9B. Grayscale: #7C7C7C. Windows color (decimal): -11168412 or 6591829. OLE color: 6591829.

HSL color Cylindrical-coordinate representation of color #559564: hue angle of 134.06º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #559564 is Cyan = 0.43, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB85149100-
CMYK0.4300.330.42
HSL134.06º27.35%45.88%-
HSV(B)134.06º42.95%58.43%-
XYZ16.7924.3515.87-
YUV124.28114.399.98-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.45%
GREEN value IS 149 (58.59% from 255) = 44.61%
BLUE value IS 100 (39.45% from 255) = 29.94%
R=25.45%
G=44.61%
B=29.94%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal851491000.4300.330.42134.0627.3545.88
Hex5595642B0212A861b2e
Octal12522514453041522063356
Binary101010110010101110010010101101000011010101000011011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559564; }

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

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

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

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

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

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

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

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