#559362

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

Shades of Chateau Green #559362

Tints of Chateau Green #559362

Color information

#559362 (or 0x559362) is unknown color: approx Chateau Green. HEX triplet: 55, 93 and 62. RGB value is (85,147,98). Sum of RGB (Red+Green+Blue) = 85+147+98=330 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.76% from 330); Green value is 147 (57.81% from 255 or 44.55% from 330); Blue value is 98 (38.67% from 255 or 29.70% from 330); Max value from RGB is 147 - color contains mainly: green. Hex color #559362 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559362 is #AA6C9D. Grayscale: #7B7B7B. Windows color (decimal): -11168926 or 6460245. OLE color: 6460245.

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

Color convert

RGB8514798-
CMYK0.4200.330.42
HSL132.58º26.72%45.49%-
HSV(B)132.58º42.18%57.65%-
XYZ16.3823.6815.26-
YUV122.88113.96100.98-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.76%
GREEN value IS 147 (57.81% from 255) = 44.55%
BLUE value IS 98 (38.67% from 255) = 29.70%
R=25.76%
G=44.55%
B=29.70%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal85147980.4200.330.42132.5826.7245.49
Hex5593622A0212A851b2d
Octal12522314252041522053355
Binary101010110010011110001010101001000011010101000010111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559362; }

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

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

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

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

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

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

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

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