#49995B

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

Shades of Chateau Green #49995B

Tints of Chateau Green #49995B

Color information

#49995B (or 0x49995B) is unknown color: approx Chateau Green. HEX triplet: 49, 99 and 5B. RGB value is (73,153,91). Sum of RGB (Red+Green+Blue) = 73+153+91=317 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.03% from 317); Green value is 153 (60.16% from 255 or 48.26% from 317); Blue value is 91 (35.94% from 255 or 28.71% from 317); Max value from RGB is 153 - color contains mainly: green. Hex color #49995B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49995B is #B666A4. Grayscale: #7A7A7A. Windows color (decimal): -11953829 or 6003017. OLE color: 6003017.

HSL color Cylindrical-coordinate representation of color #49995B: hue angle of 133.5º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #49995B is Cyan = 0.52, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.4.

Color convert

RGB7315391-
CMYK0.5200.410.4
HSL133.5º35.4%44.31%-
HSV(B)133.5º52.29%60%-
XYZ16.0324.9513.87-
YUV122.01110.593.04-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.03%
GREEN value IS 153 (60.16% from 255) = 48.26%
BLUE value IS 91 (35.94% from 255) = 28.71%
R=23.03%
G=48.26%
B=28.71%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal73153910.5200.410.4133.535.444.31
Hex49995B340292886232c
Octal11123113364051502064354
Binary1001001100110011011011110100010100110100010000110100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49995B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49995B; }

 p { color: rgb(73,153,91); }

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

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

 a { background-color: rgb(73,153,91); }

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

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

 span { border-color: rgb(73,153,91); }

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