#559466

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

Shades of Chateau Green #559466

Tints of Chateau Green #559466

Color information

#559466 (or 0x559466) is unknown color: approx Chateau Green. HEX triplet: 55, 94 and 66. RGB value is (85,148,102). Sum of RGB (Red+Green+Blue) = 85+148+102=335 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.37% from 335); Green value is 148 (58.20% from 255 or 44.18% from 335); Blue value is 102 (40.23% from 255 or 30.45% from 335); Max value from RGB is 148 - color contains mainly: green. Hex color #559466 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559466 is #AA6B99. Grayscale: #7C7C7C. Windows color (decimal): -11168666 or 6722645. OLE color: 6722645.

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

Color convert

RGB85148102-
CMYK0.4300.310.42
HSL136.19º27.04%45.69%-
HSV(B)136.19º42.57%58.04%-
XYZ16.7324.0716.33-
YUV123.92115.63100.24-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.37%
GREEN value IS 148 (58.20% from 255) = 44.18%
BLUE value IS 102 (40.23% from 255) = 30.45%
R=25.37%
G=44.18%
B=30.45%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal851481020.4300.310.42136.1927.0445.69
Hex5594662B01F2A881b2e
Octal12522414653037522103356
Binary10101011001010011001101010110111111010101000100011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559466; }

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

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

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

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

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

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

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

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