#499266

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

Shades of Chateau Green #499266

Tints of Chateau Green #499266

Color information

#499266 (or 0x499266) is unknown color: approx Chateau Green. HEX triplet: 49, 92 and 66. RGB value is (73,146,102). Sum of RGB (Red+Green+Blue) = 73+146+102=321 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.74% from 321); Green value is 146 (57.42% from 255 or 45.48% from 321); Blue value is 102 (40.23% from 255 or 31.78% from 321); Max value from RGB is 146 - color contains mainly: green. Hex color #499266 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499266 is #B66D99. Grayscale: #777777. Windows color (decimal): -11955610 or 6722121. OLE color: 6722121.

HSL color Cylindrical-coordinate representation of color #499266: hue angle of 143.84º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #499266 is Cyan = 0.5, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.43.

Color convert

RGB73146102-
CMYK0.500.300.43
HSL143.84º33.33%42.94%-
HSV(B)143.84º50%57.25%-
XYZ15.4222.9316.18-
YUV119.16118.3295.08-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.74%
GREEN value IS 146 (57.42% from 255) = 45.48%
BLUE value IS 102 (40.23% from 255) = 31.78%
R=22.74%
G=45.48%
B=31.78%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal731461020.500.300.43143.8433.3342.94
Hex4992663201E2B90212b
Octal11122214662036532204153
Binary100100110010010110011011001001111010101110010000100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499266; }

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

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

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

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

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

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

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

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