#499656

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

Shades of Chateau Green #499656

Tints of Chateau Green #499656

Color information

#499656 (or 0x499656) is unknown color: approx Chateau Green. HEX triplet: 49, 96 and 56. RGB value is (73,150,86). Sum of RGB (Red+Green+Blue) = 73+150+86=309 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.62% from 309); Green value is 150 (58.98% from 255 or 48.54% from 309); Blue value is 86 (33.98% from 255 or 27.83% from 309); Max value from RGB is 150 - color contains mainly: green. Hex color #499656 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499656 is #B669A9. Grayscale: #777777. Windows color (decimal): -11954602 or 5674569. OLE color: 5674569.

HSL color Cylindrical-coordinate representation of color #499656: hue angle of 130.13º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #499656 is Cyan = 0.51, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.41.

Color convert

RGB7315086-
CMYK0.5100.430.41
HSL130.13º34.53%43.73%-
HSV(B)130.13º51.33%58.82%-
XYZ15.3323.912.61-
YUV119.68108.9994.7-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.62%
GREEN value IS 150 (58.98% from 255) = 48.54%
BLUE value IS 86 (33.98% from 255) = 27.83%
R=23.62%
G=48.54%
B=27.83%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal73150860.5100.430.41130.1334.5343.73
Hex4996563302B2982232c
Octal11122612663053512024354
Binary1001001100101101010110110011010101110100110000010100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499656; }

 p { color: rgb(73,150,86); }

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

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

 a { background-color: rgb(73,150,86); }

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

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

 span { border-color: rgb(73,150,86); }

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