Html Css Color HEX #559561 Chateau Green

📋 copy color: '#559561'

red 85 ◦ green 149 ◦ blue 97

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

Shades of Chateau Green #559561

Tints of Chateau Green #559561

RGB

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

 GREEN value IS 149 (58.59% from 255) = 45.02%

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

R = 25.68%
G = 45.02%
B = 29.31%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#559561 (or 0x559561) is known color: Chateau Green. HEX triplet: 55, 95 and 61. RGB value is (85,149,97). Sum of RGB (Red+Green+Blue) = 85+149+97=331 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.68% from 331); Green value is 149 (58.59% from 255 or 45.02% from 331); Blue value is 97 (38.28% from 255 or 29.31% from 331); Max value from RGB is 149 - color contains mainly: green. Hex color #559561 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559561 is #AA6A9E. Grayscale: #7C7C7C. Windows color (decimal): -11168415 or 6395221. OLE color: 6395221.

HSL color Cylindrical-coordinate representation of color #559561: hue angle of 131.25º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #559561 is Cyan = 0.43, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB 85 149 97 -
CMYK 0.43 0 0.35 0.42
HSL 131.25º 0.27% 0.46% -
HSV(B) 131.25º 0.43% 0.58% -
XYZ 16.65 24.29 15.12 -
YUV 123.94 112.8 100.23 -
System Red Green Blue C M Y K H S L
Decimal 85 149 97 0.43 0 0.35 0.42 131.25 0.27 0.46
Hex 55 95 61 2B 0 23 2A 83 1B 2E
Octal 125 225 141 53 0 43 52 203 33 56
Binary 1010101 10010101 1100001 101011 0 100011 101010 10000011 11011 101110

Color Harmonies of #559561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559561

Black with #559561

Text Example


Text Example

White with #559561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559561; }

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

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

background-color css

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

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

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

border-color css

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

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

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