Html Css Color HEX #559461 Chateau Green

📋 copy color: '#559461'

red 85 ◦ green 148 ◦ blue 97

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

Shades of Chateau Green #559461

Tints of Chateau Green #559461

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.85%

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

R = 25.76%
G = 44.85%
B = 29.39%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#559461 (or 0x559461) is known color: Chateau Green. HEX triplet: 55, 94 and 61. RGB value is (85,148,97). Sum of RGB (Red+Green+Blue) = 85+148+97=330 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.76% from 330); Green value is 148 (58.20% from 255 or 44.85% from 330); Blue value is 97 (38.28% from 255 or 29.39% from 330); Max value from RGB is 148 - color contains mainly: green. Hex color #559461 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559461 is #AA6B9E. Grayscale: #7B7B7B. Windows color (decimal): -11168671 or 6394965. OLE color: 6394965.

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

Color convert

RGB 85 148 97 -
CMYK 0.43 0 0.34 0.42
HSL 131.43º 0.27% 0.46% -
HSV(B) 131.43º 0.43% 0.58% -
XYZ 16.49 23.97 15.07 -
YUV 123.35 113.13 100.65 -
System Red Green Blue C M Y K H S L
Decimal 85 148 97 0.43 0 0.34 0.42 131.43 0.27 0.46
Hex 55 94 61 2B 0 22 2A 83 1B 2E
Octal 125 224 141 53 0 42 52 203 33 56
Binary 1010101 10010100 1100001 101011 0 100010 101010 10000011 11011 101110

Color Harmonies of #559461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559461

Black with #559461

Text Example


Text Example

White with #559461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559461; }

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

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

background-color css

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

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

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

border-color css

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

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

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