Html Css Color HEX #559464 Chateau Green

📋 copy color: '#559464'

red 85 ◦ green 148 ◦ blue 100

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

Shades of Chateau Green #559464

Tints of Chateau Green #559464

RGB

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

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

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

R = 25.53%
G = 44.44%
B = 30.03%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#559464 (or 0x559464) is known color: Chateau Green. HEX triplet: 55, 94 and 64. RGB value is (85,148,100). Sum of RGB (Red+Green+Blue) = 85+148+100=333 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.53% from 333); Green value is 148 (58.20% from 255 or 44.44% from 333); Blue value is 100 (39.45% from 255 or 30.03% from 333); Max value from RGB is 148 - color contains mainly: green. Hex color #559464 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559464 is #AA6B9B. Grayscale: #7B7B7B. Windows color (decimal): -11168668 or 6591573. OLE color: 6591573.

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

Color convert

RGB 85 148 100 -
CMYK 0.43 0 0.32 0.42
HSL 134.29º 0.27% 0.46% -
HSV(B) 134.29º 0.43% 0.58% -
XYZ 16.64 24.03 15.82 -
YUV 123.69 114.63 100.4 -
System Red Green Blue C M Y K H S L
Decimal 85 148 100 0.43 0 0.32 0.42 134.29 0.27 0.46
Hex 55 94 64 2B 0 20 2A 86 1B 2E
Octal 125 224 144 53 0 40 52 206 33 56
Binary 1010101 10010100 1100100 101011 0 100000 101010 10000110 11011 101110

Color Harmonies of #559464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559464

Black with #559464

Text Example


Text Example

White with #559464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559464; }

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

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

background-color css

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

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

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

border-color css

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

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

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