#559464

Color #559464 Chateau Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chateau Green #559464

Tints of Chateau Green #559464

Color information

#559464 (or 0x559464) is unknown color: approx 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

RGB85148100-
CMYK0.4300.320.42
HSL134.29º27.04%45.69%-
HSV(B)134.29º42.57%58.04%-
XYZ16.6424.0315.82-
YUV123.69114.63100.4-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.53%
GREEN value IS 148 (58.20% 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 (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal851481000.4300.320.42134.2927.0445.69
Hex5594642B0202A861b2e
Octal12522414453040522063356
Binary101010110010100110010010101101000001010101000011011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>