#499059

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

Shades of Chateau Green #499059

Tints of Chateau Green #499059

Color information

#499059 (or 0x499059) is unknown color: approx Chateau Green. HEX triplet: 49, 90 and 59. RGB value is (73,144,89). Sum of RGB (Red+Green+Blue) = 73+144+89=306 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.86% from 306); Green value is 144 (56.64% from 255 or 47.06% from 306); Blue value is 89 (35.16% from 255 or 29.08% from 306); Max value from RGB is 144 - color contains mainly: green. Hex color #499059 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499059 is #B66FA6. Grayscale: #747474. Windows color (decimal): -11956135 or 5869641. OLE color: 5869641.

HSL color Cylindrical-coordinate representation of color #499059: hue angle of 133.52º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #499059 is Cyan = 0.49, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.44.

Color convert

RGB7314489-
CMYK0.4900.380.44
HSL133.52º32.72%42.55%-
HSV(B)133.52º49.31%56.47%-
XYZ14.5222.0812.95-
YUV116.5112.4896.97-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.86%
GREEN value IS 144 (56.64% from 255) = 47.06%
BLUE value IS 89 (35.16% from 255) = 29.08%
R=23.86%
G=47.06%
B=29.08%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal73144890.4900.380.44133.5232.7242.55
Hex499059310262C86212b
Octal11122013161046542064153
Binary1001001100100001011001110001010011010110010000110100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499059; }

 p { color: rgb(73,144,89); }

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

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

 a { background-color: rgb(73,144,89); }

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

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

 span { border-color: rgb(73,144,89); }

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