Html Css Color HEX #559165 Chateau Green

📋 copy color: '#559165'

red 85 ◦ green 145 ◦ blue 101

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

Shades of Chateau Green #559165

Tints of Chateau Green #559165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 30.51%

R = 25.68%
G = 43.81%
B = 30.51%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.30

 K value IS 0.43

RGB Variations

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

Color information

#559165 (or 0x559165) is known color: Chateau Green. HEX triplet: 55, 91 and 65. RGB value is (85,145,101). Sum of RGB (Red+Green+Blue) = 85+145+101=331 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.68% from 331); Green value is 145 (57.03% from 255 or 43.81% from 331); Blue value is 101 (39.84% from 255 or 30.51% from 331); Max value from RGB is 145 - color contains mainly: green. Hex color #559165 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559165 is #AA6E9A. Grayscale: #7A7A7A. Windows color (decimal): -11169435 or 6656341. OLE color: 6656341.

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

Color convert

RGB 85 145 101 -
CMYK 0.41 0 0.30 0.43
HSL 136º 0.26% 0.45% -
HSV(B) 136º 0.41% 0.57% -
XYZ 16.22 23.12 15.92 -
YUV 122.04 116.12 101.58 -
System Red Green Blue C M Y K H S L
Decimal 85 145 101 0.41 0 0.30 0.43 136 0.26 0.45
Hex 55 91 65 29 0 1E 2B 88 1A 2D
Octal 125 221 145 51 0 36 53 210 32 55
Binary 1010101 10010001 1100101 101001 0 11110 101011 10001000 11010 101101

Color Harmonies of #559165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559165

Black with #559165

Text Example


Text Example

White with #559165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559165; }

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

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

background-color css

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

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

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

border-color css

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

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

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