Html Css Color HEX #559164 Chateau Green

📋 copy color: '#559164'

red 85 ◦ green 145 ◦ blue 100

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

Shades of Chateau Green #559164

Tints of Chateau Green #559164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 30.3%

R = 25.76%
G = 43.94%
B = 30.3%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.31

 K value IS 0.43

RGB Variations

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

Color information

#559164 (or 0x559164) is known color: Chateau Green. HEX triplet: 55, 91 and 64. RGB value is (85,145,100). Sum of RGB (Red+Green+Blue) = 85+145+100=330 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.76% from 330); Green value is 145 (57.03% from 255 or 43.94% from 330); Blue value is 100 (39.45% from 255 or 30.30% from 330); Max value from RGB is 145 - color contains mainly: green. Hex color #559164 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559164 is #AA6E9B. Grayscale: #7A7A7A. Windows color (decimal): -11169436 or 6590805. OLE color: 6590805.

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

Color convert

RGB 85 145 100 -
CMYK 0.41 0 0.31 0.43
HSL 135º 0.26% 0.45% -
HSV(B) 135º 0.41% 0.57% -
XYZ 16.17 23.1 15.66 -
YUV 121.93 115.62 101.66 -
System Red Green Blue C M Y K H S L
Decimal 85 145 100 0.41 0 0.31 0.43 135 0.26 0.45
Hex 55 91 64 29 0 1F 2B 87 1A 2D
Octal 125 221 144 51 0 37 53 207 32 55
Binary 1010101 10010001 1100100 101001 0 11111 101011 10000111 11010 101101

Color Harmonies of #559164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559164

Black with #559164

Text Example


Text Example

White with #559164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559164; }

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

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

background-color css

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

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

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

border-color css

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

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

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