#499C66

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

Shades of Chateau Green #499C66

Tints of Chateau Green #499C66

Color information

#499C66 (or 0x499C66) is unknown color: approx Chateau Green. HEX triplet: 49, 9C and 66. RGB value is (73,156,102). Sum of RGB (Red+Green+Blue) = 73+156+102=331 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.05% from 331); Green value is 156 (61.33% from 255 or 47.13% from 331); Blue value is 102 (40.23% from 255 or 30.82% from 331); Max value from RGB is 156 - color contains mainly: green. Hex color #499C66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499C66 is #B66399. Grayscale: #7D7D7D. Windows color (decimal): -11953050 or 6724681. OLE color: 6724681.

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

Color convert

RGB73156102-
CMYK0.5300.350.39
HSL140.96º36.24%44.9%-
HSV(B)140.96º53.21%61.18%-
XYZ17.0326.1516.72-
YUV125.0311590.89-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.05%
GREEN value IS 156 (61.33% from 255) = 47.13%
BLUE value IS 102 (40.23% from 255) = 30.82%
R=22.05%
G=47.13%
B=30.82%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal731561020.5300.350.39140.9636.2444.9
Hex499C6635023278d242d
Octal11123414665043472154455
Binary1001001100111001100110110101010001110011110001101100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,156,102); }

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

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

 a { background-color: rgb(73,156,102); }

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

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

 span { border-color: rgb(73,156,102); }

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