Html Css Color HEX #559361 Chateau Green

📋 copy color: '#559361'

red 85 ◦ green 147 ◦ blue 97

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

Shades of Chateau Green #559361

Tints of Chateau Green #559361

RGB

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

 GREEN value IS 147 (57.81% from 255) = 44.68%

 BLUE value IS 97 (38.28% from 255) = 29.48%

R = 25.84%
G = 44.68%
B = 29.48%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#559361 (or 0x559361) is known color: Chateau Green. HEX triplet: 55, 93 and 61. RGB value is (85,147,97). Sum of RGB (Red+Green+Blue) = 85+147+97=329 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.84% from 329); Green value is 147 (57.81% from 255 or 44.68% from 329); Blue value is 97 (38.28% from 255 or 29.48% from 329); Max value from RGB is 147 - color contains mainly: green. Hex color #559361 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559361 is #AA6C9E. Grayscale: #7A7A7A. Windows color (decimal): -11168927 or 6394709. OLE color: 6394709.

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

Color convert

RGB 85 147 97 -
CMYK 0.42 0 0.34 0.42
HSL 131.61º 0.27% 0.45% -
HSV(B) 131.61º 0.42% 0.58% -
XYZ 16.34 23.66 15.02 -
YUV 122.76 113.46 101.07 -
System Red Green Blue C M Y K H S L
Decimal 85 147 97 0.42 0 0.34 0.42 131.61 0.27 0.45
Hex 55 93 61 2A 0 22 2A 84 1B 2D
Octal 125 223 141 52 0 42 52 204 33 55
Binary 1010101 10010011 1100001 101010 0 100010 101010 10000100 11011 101101

Color Harmonies of #559361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559361

Black with #559361

Text Example


Text Example

White with #559361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559361; }

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

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

background-color css

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

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

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

border-color css

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

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

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