#49925D

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

Shades of Chateau Green #49925D

Tints of Chateau Green #49925D

Color information

#49925D (or 0x49925D) is unknown color: approx Chateau Green. HEX triplet: 49, 92 and 5D. RGB value is (73,146,93). Sum of RGB (Red+Green+Blue) = 73+146+93=312 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.40% from 312); Green value is 146 (57.42% from 255 or 46.79% from 312); Blue value is 93 (36.72% from 255 or 29.81% from 312); Max value from RGB is 146 - color contains mainly: green. Hex color #49925D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49925D is #B66DA2. Grayscale: #767676. Windows color (decimal): -11955619 or 6132297. OLE color: 6132297.

HSL color Cylindrical-coordinate representation of color #49925D: hue angle of 136.44º 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 #49925D is Cyan = 0.5, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB7314693-
CMYK0.500.360.43
HSL136.44º33.33%42.94%-
HSV(B)136.44º50%57.25%-
XYZ1522.7613.96-
YUV118.13113.8295.81-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.40%
GREEN value IS 146 (57.42% from 255) = 46.79%
BLUE value IS 93 (36.72% from 255) = 29.81%
R=23.40%
G=46.79%
B=29.81%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal73146930.500.360.43136.4433.3342.94
Hex49925D320242B88212b
Octal11122213562044532104153
Binary1001001100100101011101110010010010010101110001000100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49925D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49925D; }

 p { color: rgb(73,146,93); }

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

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

 a { background-color: rgb(73,146,93); }

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

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

 span { border-color: rgb(73,146,93); }

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