#49915F

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

Shades of Chateau Green #49915F

Tints of Chateau Green #49915F

Color information

#49915F (or 0x49915F) is unknown color: approx Chateau Green. HEX triplet: 49, 91 and 5F. RGB value is (73,145,95). Sum of RGB (Red+Green+Blue) = 73+145+95=313 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.32% from 313); Green value is 145 (57.03% from 255 or 46.33% from 313); Blue value is 95 (37.5% from 255 or 30.35% from 313); Max value from RGB is 145 - color contains mainly: green. Hex color #49915F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49915F is #B66EA0. Grayscale: #757575. Windows color (decimal): -11955873 or 6263113. OLE color: 6263113.

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

Color convert

RGB7314595-
CMYK0.5000.340.43
HSL138.33º33.03%42.75%-
HSV(B)138.33º49.66%56.86%-
XYZ14.9422.4914.38-
YUV117.77115.1596.07-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.32%
GREEN value IS 145 (57.03% from 255) = 46.33%
BLUE value IS 95 (37.5% from 255) = 30.35%
R=23.32%
G=46.33%
B=30.35%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal73145950.5000.340.43138.3333.0342.75
Hex49915F320222B8a212b
Octal11122113762042532124153
Binary1001001100100011011111110010010001010101110001010100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49915F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49915F; }

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

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

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

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

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

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

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

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