#499164

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

Shades of Chateau Green #499164

Tints of Chateau Green #499164

Color information

#499164 (or 0x499164) is unknown color: approx Chateau Green. HEX triplet: 49, 91 and 64. RGB value is (73,145,100). Sum of RGB (Red+Green+Blue) = 73+145+100=318 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.96% from 318); Green value is 145 (57.03% from 255 or 45.60% from 318); Blue value is 100 (39.45% from 255 or 31.45% from 318); Max value from RGB is 145 - color contains mainly: green. Hex color #499164 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499164 is #B66E9B. Grayscale: #767676. Windows color (decimal): -11955868 or 6590793. OLE color: 6590793.

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

Color convert

RGB73145100-
CMYK0.5000.310.43
HSL142.5º33.03%42.75%-
HSV(B)142.5º49.66%56.86%-
XYZ15.1722.5915.62-
YUV118.34117.6595.66-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.96%
GREEN value IS 145 (57.03% from 255) = 45.60%
BLUE value IS 100 (39.45% from 255) = 31.45%
R=22.96%
G=45.60%
B=31.45%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal731451000.5000.310.43142.533.0342.75
Hex4991643201F2B8e212b
Octal11122114462037532164153
Binary100100110010001110010011001001111110101110001110100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499164; }

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

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

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

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

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

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

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

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