#499655

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

Shades of Chateau Green #499655

Tints of Chateau Green #499655

Color information

#499655 (or 0x499655) is unknown color: approx Chateau Green. HEX triplet: 49, 96 and 55. RGB value is (73,150,85). Sum of RGB (Red+Green+Blue) = 73+150+85=308 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.70% from 308); Green value is 150 (58.98% from 255 or 48.70% from 308); Blue value is 85 (33.59% from 255 or 27.60% from 308); Max value from RGB is 150 - color contains mainly: green. Hex color #499655 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499655 is #B669AA. Grayscale: #777777. Windows color (decimal): -11954603 or 5609033. OLE color: 5609033.

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

Color convert

RGB7315085-
CMYK0.5100.430.41
HSL129.35º34.53%43.73%-
HSV(B)129.35º51.33%58.82%-
XYZ15.2923.8912.4-
YUV119.57108.4994.79-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.70%
GREEN value IS 150 (58.98% from 255) = 48.70%
BLUE value IS 85 (33.59% from 255) = 27.60%
R=23.70%
G=48.70%
B=27.60%

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
Decimal73150850.5100.430.41129.3534.5343.73
Hex4996553302B2981232c
Octal11122612563053512014354
Binary1001001100101101010101110011010101110100110000001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499655; }

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

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

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

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

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

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

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

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