#499A63

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

Shades of Chateau Green #499A63

Tints of Chateau Green #499A63

Color information

#499A63 (or 0x499A63) is unknown color: approx Chateau Green. HEX triplet: 49, 9A and 63. RGB value is (73,154,99). Sum of RGB (Red+Green+Blue) = 73+154+99=326 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.39% from 326); Green value is 154 (60.55% from 255 or 47.24% from 326); Blue value is 99 (39.06% from 255 or 30.37% from 326); Max value from RGB is 154 - color contains mainly: green. Hex color #499A63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499A63 is #B6659C. Grayscale: #7B7B7B. Windows color (decimal): -11953565 or 6527561. OLE color: 6527561.

HSL color Cylindrical-coordinate representation of color #499A63: hue angle of 139.26º 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 #499A63 is Cyan = 0.53, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.40.

Color convert

RGB7315499-
CMYK0.5300.360.40
HSL139.26º35.68%44.51%-
HSV(B)139.26º52.6%60.39%-
XYZ16.5625.4315.84-
YUV123.51114.1691.97-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.39%
GREEN value IS 154 (60.55% from 255) = 47.24%
BLUE value IS 99 (39.06% from 255) = 30.37%
R=22.39%
G=47.24%
B=30.37%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal73154990.5300.360.40139.2635.6844.51
Hex499A6335024288b242d
Octal11123214365044502134455
Binary1001001100110101100011110101010010010100010001011100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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