#499E5A

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

Shades of Chateau Green #499E5A

Tints of Chateau Green #499E5A

Color information

#499E5A (or 0x499E5A) is unknown color: approx Chateau Green. HEX triplet: 49, 9E and 5A. RGB value is (73,158,90). Sum of RGB (Red+Green+Blue) = 73+158+90=321 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.74% from 321); Green value is 158 (62.11% from 255 or 49.22% from 321); Blue value is 90 (35.55% from 255 or 28.04% from 321); Max value from RGB is 158 - color contains mainly: green. Hex color #499E5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499E5A is #B661A5. Grayscale: #7D7D7D. Windows color (decimal): -11952550 or 5938761. OLE color: 5938761.

HSL color Cylindrical-coordinate representation of color #499E5A: hue angle of 132º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #499E5A is Cyan = 0.54, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.38.

Color convert

RGB7315890-
CMYK0.5400.430.38
HSL132º36.8%45.29%-
HSV(B)132º53.8%61.96%-
XYZ16.8226.6113.92-
YUV124.83108.3491.03-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.74%
GREEN value IS 158 (62.11% from 255) = 49.22%
BLUE value IS 90 (35.55% from 255) = 28.04%
R=22.74%
G=49.22%
B=28.04%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal73158900.5400.430.3813236.845.29
Hex499E5A3602B2684252d
Octal11123613266053462044555
Binary1001001100111101011010110110010101110011010000100100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,158,90); }

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

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

 a { background-color: rgb(73,158,90); }

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

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

 span { border-color: rgb(73,158,90); }

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