#499564

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

Shades of Chateau Green #499564

Tints of Chateau Green #499564

Color information

#499564 (or 0x499564) is unknown color: approx Chateau Green. HEX triplet: 49, 95 and 64. RGB value is (73,149,100). Sum of RGB (Red+Green+Blue) = 73+149+100=322 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.67% from 322); Green value is 149 (58.59% from 255 or 46.27% from 322); Blue value is 100 (39.45% from 255 or 31.06% from 322); Max value from RGB is 149 - color contains mainly: green. Hex color #499564 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499564 is #B66A9B. Grayscale: #787878. Windows color (decimal): -11954844 or 6591817. OLE color: 6591817.

HSL color Cylindrical-coordinate representation of color #499564: hue angle of 141.32º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #499564 is Cyan = 0.51, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB73149100-
CMYK0.5100.330.42
HSL141.32º34.23%43.53%-
HSV(B)141.32º51.01%58.43%-
XYZ15.823.8315.82-
YUV120.69116.3293.98-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.67%
GREEN value IS 149 (58.59% from 255) = 46.27%
BLUE value IS 100 (39.45% from 255) = 31.06%
R=22.67%
G=46.27%
B=31.06%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal731491000.5100.330.42141.3234.2343.53
Hex499564330212A8d222c
Octal11122514463041522154254
Binary1001001100101011100100110011010000110101010001101100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499564; }

 p { color: rgb(73,149,100); }

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

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

 a { background-color: rgb(73,149,100); }

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

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

 span { border-color: rgb(73,149,100); }

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