#499255

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

Shades of Chateau Green #499255

Tints of Chateau Green #499255

Color information

#499255 (or 0x499255) is unknown color: approx Chateau Green. HEX triplet: 49, 92 and 55. RGB value is (73,146,85). Sum of RGB (Red+Green+Blue) = 73+146+85=304 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.01% from 304); Green value is 146 (57.42% from 255 or 48.03% from 304); Blue value is 85 (33.59% from 255 or 27.96% from 304); Max value from RGB is 146 - color contains mainly: green. Hex color #499255 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499255 is #B66DAA. Grayscale: #757575. Windows color (decimal): -11955627 or 5608009. OLE color: 5608009.

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

Color convert

RGB7314685-
CMYK0.500.420.43
HSL129.86º33.33%42.94%-
HSV(B)129.86º50%57.25%-
XYZ14.6722.6312.19-
YUV117.22109.8296.46-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.01%
GREEN value IS 146 (57.42% from 255) = 48.03%
BLUE value IS 85 (33.59% from 255) = 27.96%
R=24.01%
G=48.03%
B=27.96%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal73146850.500.420.43129.8633.3342.94
Hex4992553202A2B82212b
Octal11122212562052532024153
Binary1001001100100101010101110010010101010101110000010100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499255; }

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

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

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

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

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

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

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

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