Html Css Color HEX #559160 Chateau Green

📋 copy color: '#559160'

red 85 ◦ green 145 ◦ blue 96

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

Shades of Chateau Green #559160

Tints of Chateau Green #559160

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 29.45%

R = 26.07%
G = 44.48%
B = 29.45%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.34

 K value IS 0.43

RGB Variations

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

Color information

#559160 (or 0x559160) is known color: Chateau Green. HEX triplet: 55, 91 and 60. RGB value is (85,145,96). Sum of RGB (Red+Green+Blue) = 85+145+96=326 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.07% from 326); Green value is 145 (57.03% from 255 or 44.48% from 326); Blue value is 96 (37.89% from 255 or 29.45% from 326); Max value from RGB is 145 - color contains mainly: green. Hex color #559160 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559160 is #AA6E9F. Grayscale: #797979. Windows color (decimal): -11169440 or 6328661. OLE color: 6328661.

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

Color convert

RGB 85 145 96 -
CMYK 0.41 0 0.34 0.43
HSL 131º 0.26% 0.45% -
HSV(B) 131º 0.41% 0.57% -
XYZ 15.98 23.03 14.67 -
YUV 121.47 113.62 101.98 -
System Red Green Blue C M Y K H S L
Decimal 85 145 96 0.41 0 0.34 0.43 131 0.26 0.45
Hex 55 91 60 29 0 22 2B 83 1A 2D
Octal 125 221 140 51 0 42 53 203 32 55
Binary 1010101 10010001 1100000 101001 0 100010 101011 10000011 11010 101101

Color Harmonies of #559160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559160

Black with #559160

Text Example


Text Example

White with #559160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559160; }

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

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

background-color css

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

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

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

border-color css

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

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

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