#559360

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

Shades of Chateau Green #559360

Tints of Chateau Green #559360

Color information

#559360 (or 0x559360) is unknown color: approx Chateau Green. HEX triplet: 55, 93 and 60. RGB value is (85,147,96). Sum of RGB (Red+Green+Blue) = 85+147+96=328 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.91% from 328); Green value is 147 (57.81% from 255 or 44.82% from 328); Blue value is 96 (37.89% from 255 or 29.27% from 328); Max value from RGB is 147 - color contains mainly: green. Hex color #559360 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559360 is #AA6C9F. Grayscale: #7A7A7A. Windows color (decimal): -11168928 or 6329173. OLE color: 6329173.

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

Color convert

RGB8514796-
CMYK0.4200.350.42
HSL130.65º26.72%45.49%-
HSV(B)130.65º42.18%57.65%-
XYZ16.2923.6414.77-
YUV122.65112.96101.15-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.91%
GREEN value IS 147 (57.81% from 255) = 44.82%
BLUE value IS 96 (37.89% from 255) = 29.27%
R=25.91%
G=44.82%
B=29.27%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal85147960.4200.350.42130.6526.7245.49
Hex5593602A0232A831b2d
Octal12522314052043522033355
Binary101010110010011110000010101001000111010101000001111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559360; }

 p { color: rgb(85,147,96); }

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

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

 a { background-color: rgb(85,147,96); }

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

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

 span { border-color: rgb(85,147,96); }

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