#49915C

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

Shades of Chateau Green #49915C

Tints of Chateau Green #49915C

Color information

#49915C (or 0x49915C) is unknown color: approx Chateau Green. HEX triplet: 49, 91 and 5C. RGB value is (73,145,92). Sum of RGB (Red+Green+Blue) = 73+145+92=310 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.55% from 310); Green value is 145 (57.03% from 255 or 46.77% from 310); Blue value is 92 (36.33% from 255 or 29.68% from 310); Max value from RGB is 145 - color contains mainly: green. Hex color #49915C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49915C is #B66EA3. Grayscale: #757575. Windows color (decimal): -11955876 or 6066505. OLE color: 6066505.

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

Color convert

RGB7314592-
CMYK0.5000.370.43
HSL135.83º33.03%42.75%-
HSV(B)135.83º49.66%56.86%-
XYZ14.822.4413.68-
YUV117.43113.6596.31-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.55%
GREEN value IS 145 (57.03% from 255) = 46.77%
BLUE value IS 92 (36.33% from 255) = 29.68%
R=23.55%
G=46.77%
B=29.68%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal73145920.5000.370.43135.8333.0342.75
Hex49915C320252B88212b
Octal11122113462045532104153
Binary1001001100100011011100110010010010110101110001000100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49915C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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