Html Css Color HEX #559162 Chateau Green

📋 copy color: '#559162'

red 85 ◦ green 145 ◦ blue 98

#559162
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chateau Green #559162

Tints of Chateau Green #559162

RGB

 RED value IS 85 (33.59% from 255) = 25.91%

 GREEN value IS 145 (57.03% from 255) = 44.21%

 BLUE value IS 98 (38.67% from 255) = 29.88%

R = 25.91%
G = 44.21%
B = 29.88%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.32

 K value IS 0.43

RGB Variations

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

Color information

#559162 (or 0x559162) is known color: Chateau Green. HEX triplet: 55, 91 and 62. RGB value is (85,145,98). Sum of RGB (Red+Green+Blue) = 85+145+98=328 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.91% from 328); Green value is 145 (57.03% from 255 or 44.21% from 328); Blue value is 98 (38.67% from 255 or 29.88% from 328); Max value from RGB is 145 - color contains mainly: green. Hex color #559162 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559162 is #AA6E9D. Grayscale: #797979. Windows color (decimal): -11169438 or 6459733. OLE color: 6459733.

HSL color Cylindrical-coordinate representation of color #559162: hue angle of 133º 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 #559162 is Cyan = 0.41, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.43.

Color convert

RGB 85 145 98 -
CMYK 0.41 0 0.32 0.43
HSL 133º 0.26% 0.45% -
HSV(B) 133º 0.41% 0.57% -
XYZ 16.08 23.06 15.16 -
YUV 121.7 114.62 101.82 -
System Red Green Blue C M Y K H S L
Decimal 85 145 98 0.41 0 0.32 0.43 133 0.26 0.45
Hex 55 91 62 29 0 20 2B 85 1A 2D
Octal 125 221 142 51 0 40 53 205 32 55
Binary 1010101 10010001 1100010 101001 0 100000 101011 10000101 11010 101101

Color Harmonies of #559162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559162

Black with #559162

Text Example


Text Example

White with #559162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559162; }

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

 H1.HeaderClassName
 {
   color: #559162;
 }
 .AnyTagClassName
 {
   color: #559162;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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