#499165

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

Shades of Chateau Green #499165

Tints of Chateau Green #499165

Color information

#499165 (or 0x499165) is unknown color: approx Chateau Green. HEX triplet: 49, 91 and 65. RGB value is (73,145,101). Sum of RGB (Red+Green+Blue) = 73+145+101=319 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.88% from 319); Green value is 145 (57.03% from 255 or 45.45% from 319); Blue value is 101 (39.84% from 255 or 31.66% from 319); Max value from RGB is 145 - color contains mainly: green. Hex color #499165 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499165 is #B66E9A. Grayscale: #767676. Windows color (decimal): -11955867 or 6656329. OLE color: 6656329.

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

Color convert

RGB73145101-
CMYK0.5000.300.43
HSL143.33º33.03%42.75%-
HSV(B)143.33º49.66%56.86%-
XYZ15.2222.6115.87-
YUV118.46118.1595.58-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.88%
GREEN value IS 145 (57.03% from 255) = 45.45%
BLUE value IS 101 (39.84% from 255) = 31.66%
R=22.88%
G=45.45%
B=31.66%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal731451010.5000.300.43143.3333.0342.75
Hex4991653201E2B8f212b
Octal11122114562036532174153
Binary100100110010001110010111001001111010101110001111100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499165; }

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

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

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

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

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

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

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

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