#499D62

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

Shades of Chateau Green #499D62

Tints of Chateau Green #499D62

Color information

#499D62 (or 0x499D62) is unknown color: approx Chateau Green. HEX triplet: 49, 9D and 62. RGB value is (73,157,98). Sum of RGB (Red+Green+Blue) = 73+157+98=328 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.26% from 328); Green value is 157 (61.72% from 255 or 47.87% from 328); Blue value is 98 (38.67% from 255 or 29.88% from 328); Max value from RGB is 157 - color contains mainly: green. Hex color #499D62 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499D62 is #B6629D. Grayscale: #7D7D7D. Windows color (decimal): -11952798 or 6462793. OLE color: 6462793.

HSL color Cylindrical-coordinate representation of color #499D62: hue angle of 137.86º 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 #499D62 is Cyan = 0.54, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.38.

Color convert

RGB7315798-
CMYK0.5400.380.38
HSL137.86º36.52%45.1%-
HSV(B)137.86º53.5%61.57%-
XYZ17.0126.4115.76-
YUV125.16112.6790.8-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.26%
GREEN value IS 157 (61.72% from 255) = 47.87%
BLUE value IS 98 (38.67% from 255) = 29.88%
R=22.26%
G=47.87%
B=29.88%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal73157980.5400.380.38137.8636.5245.1
Hex499D6236026268a252d
Octal11123514266046462124555
Binary1001001100111011100010110110010011010011010001010100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,157,98); }

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

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

 a { background-color: rgb(73,157,98); }

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

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

 span { border-color: rgb(73,157,98); }

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