#499262

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

Shades of Chateau Green #499262

Tints of Chateau Green #499262

Color information

#499262 (or 0x499262) is unknown color: approx Chateau Green. HEX triplet: 49, 92 and 62. RGB value is (73,146,98). Sum of RGB (Red+Green+Blue) = 73+146+98=317 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.03% from 317); Green value is 146 (57.42% from 255 or 46.06% from 317); Blue value is 98 (38.67% from 255 or 30.91% from 317); Max value from RGB is 146 - color contains mainly: green. Hex color #499262 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499262 is #B66D9D. Grayscale: #767676. Windows color (decimal): -11955614 or 6459977. OLE color: 6459977.

HSL color Cylindrical-coordinate representation of color #499262: hue angle of 140.55º 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 #499262 is Cyan = 0.5, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.43.

Color convert

RGB7314698-
CMYK0.500.330.43
HSL140.55º33.33%42.94%-
HSV(B)140.55º50%57.25%-
XYZ15.2322.8615.16-
YUV118.7116.3295.4-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.03%
GREEN value IS 146 (57.42% from 255) = 46.06%
BLUE value IS 98 (38.67% from 255) = 30.91%
R=23.03%
G=46.06%
B=30.91%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal73146980.500.330.43140.5533.3342.94
Hex499262320212B8d212b
Octal11122214262041532154153
Binary1001001100100101100010110010010000110101110001101100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499262; }

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

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

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

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

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

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

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

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