#559361

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

Shades of Chateau Green #559361

Tints of Chateau Green #559361

Color information

#559361 (or 0x559361) is unknown color: approx Chateau Green. HEX triplet: 55, 93 and 61. RGB value is (85,147,97). Sum of RGB (Red+Green+Blue) = 85+147+97=329 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.84% from 329); Green value is 147 (57.81% from 255 or 44.68% from 329); Blue value is 97 (38.28% from 255 or 29.48% from 329); Max value from RGB is 147 - color contains mainly: green. Hex color #559361 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559361 is #AA6C9E. Grayscale: #7A7A7A. Windows color (decimal): -11168927 or 6394709. OLE color: 6394709.

HSL color Cylindrical-coordinate representation of color #559361: hue angle of 131.61º 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 #559361 is Cyan = 0.42, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB8514797-
CMYK0.4200.340.42
HSL131.61º26.72%45.49%-
HSV(B)131.61º42.18%57.65%-
XYZ16.3423.6615.02-
YUV122.76113.46101.07-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.84%
GREEN value IS 147 (57.81% from 255) = 44.68%
BLUE value IS 97 (38.28% from 255) = 29.48%
R=25.84%
G=44.68%
B=29.48%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal85147970.4200.340.42131.6126.7245.49
Hex5593612A0222A841b2d
Octal12522314152042522043355
Binary101010110010011110000110101001000101010101000010011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559361; }

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

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

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

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

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

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

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

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