#499A5E

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

Shades of Chateau Green #499A5E

Tints of Chateau Green #499A5E

Color information

#499A5E (or 0x499A5E) is unknown color: approx Chateau Green. HEX triplet: 49, 9A and 5E. RGB value is (73,154,94). Sum of RGB (Red+Green+Blue) = 73+154+94=321 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.74% from 321); Green value is 154 (60.55% from 255 or 47.98% from 321); Blue value is 94 (37.11% from 255 or 29.28% from 321); Max value from RGB is 154 - color contains mainly: green. Hex color #499A5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499A5E is #B665A1. Grayscale: #7B7B7B. Windows color (decimal): -11953570 or 6199881. OLE color: 6199881.

HSL color Cylindrical-coordinate representation of color #499A5E: hue angle of 135.56º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #499A5E is Cyan = 0.53, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB7315494-
CMYK0.5300.390.40
HSL135.56º35.68%44.51%-
HSV(B)135.56º52.6%60.39%-
XYZ16.3225.3414.62-
YUV122.94111.6692.38-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.74%
GREEN value IS 154 (60.55% from 255) = 47.98%
BLUE value IS 94 (37.11% from 255) = 29.28%
R=22.74%
G=47.98%
B=29.28%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal73154940.5300.390.40135.5635.6844.51
Hex499A5E350272888242d
Octal11123213665047502104455
Binary1001001100110101011110110101010011110100010001000100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499A5E; }

 p { color: rgb(73,154,94); }

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

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

 a { background-color: rgb(73,154,94); }

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

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

 span { border-color: rgb(73,154,94); }

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