#559463

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

Shades of Chateau Green #559463

Tints of Chateau Green #559463

Color information

#559463 (or 0x559463) is unknown color: approx Chateau Green. HEX triplet: 55, 94 and 63. RGB value is (85,148,99). Sum of RGB (Red+Green+Blue) = 85+148+99=332 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.60% from 332); Green value is 148 (58.20% from 255 or 44.58% from 332); Blue value is 99 (39.06% from 255 or 29.82% from 332); Max value from RGB is 148 - color contains mainly: green. Hex color #559463 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559463 is #AA6B9C. Grayscale: #7B7B7B. Windows color (decimal): -11168669 or 6526037. OLE color: 6526037.

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

Color convert

RGB8514899-
CMYK0.4300.330.42
HSL133.33º27.04%45.69%-
HSV(B)133.33º42.57%58.04%-
XYZ16.5924.0115.56-
YUV123.58114.13100.48-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.60%
GREEN value IS 148 (58.20% from 255) = 44.58%
BLUE value IS 99 (39.06% from 255) = 29.82%
R=25.60%
G=44.58%
B=29.82%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal85148990.4300.330.42133.3327.0445.69
Hex5594632B0212A851b2e
Octal12522414353041522053356
Binary101010110010100110001110101101000011010101000010111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559463; }

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

 H1.HeaderClassName
 {
   color: #559463;
 }
 .AnyTagClassName
 {
   color: #559463;
 }
</style>
background-color css

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

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

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

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

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

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