#559161

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

Shades of Chateau Green #559161

Tints of Chateau Green #559161

Color information

#559161 (or 0x559161) is unknown color: approx Chateau Green. HEX triplet: 55, 91 and 61. RGB value is (85,145,97). Sum of RGB (Red+Green+Blue) = 85+145+97=327 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.99% from 327); Green value is 145 (57.03% from 255 or 44.34% from 327); Blue value is 97 (38.28% from 255 or 29.66% from 327); Max value from RGB is 145 - color contains mainly: green. Hex color #559161 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559161 is #AA6E9E. Grayscale: #797979. Windows color (decimal): -11169439 or 6394197. OLE color: 6394197.

HSL color Cylindrical-coordinate representation of color #559161: hue angle of 132º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #559161 is Cyan = 0.41, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.43.

Color convert

RGB8514597-
CMYK0.4100.330.43
HSL132º26.09%45.1%-
HSV(B)132º41.38%56.86%-
XYZ16.0323.0514.91-
YUV121.59114.12101.9-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.99%
GREEN value IS 145 (57.03% from 255) = 44.34%
BLUE value IS 97 (38.28% from 255) = 29.66%
R=25.99%
G=44.34%
B=29.66%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal85145970.4100.330.4313226.0945.1
Hex559161290212B841a2d
Octal12522114151041532043255
Binary101010110010001110000110100101000011010111000010011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559161; }

 p { color: rgb(85,145,97); }

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

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

 a { background-color: rgb(85,145,97); }

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

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

 span { border-color: rgb(85,145,97); }

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