#49886D

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

Shades of Viridian #49886D

Tints of Viridian #49886D

Color information

#49886D (or 0x49886D) is unknown color: approx Viridian. HEX triplet: 49, 88 and 6D. RGB value is (73,136,109). Sum of RGB (Red+Green+Blue) = 73+136+109=318 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.96% from 318); Green value is 136 (53.52% from 255 or 42.77% from 318); Blue value is 109 (42.97% from 255 or 34.28% from 318); Max value from RGB is 136 - color contains mainly: green. Hex color #49886D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49886D is #B67792. Grayscale: #727272. Windows color (decimal): -11958163 or 7178313. OLE color: 7178313.

HSL color Cylindrical-coordinate representation of color #49886D: hue angle of 154.29º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #49886D is Cyan = 0.46, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.47.

Color convert

RGB73136109-
CMYK0.4600.200.47
HSL154.29º30.14%40.98%-
HSV(B)154.29º46.32%53.33%-
XYZ14.3120.1317.6-
YUV114.08125.1398.7-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.96%
GREEN value IS 136 (53.52% from 255) = 42.77%
BLUE value IS 109 (42.97% from 255) = 34.28%
R=22.96%
G=42.77%
B=34.28%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal731361090.4600.200.47154.2930.1440.98
Hex49886D2E0142F9a1e29
Octal11121015556024572323651
Binary10010011000100011011011011100101001011111001101011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49886D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,136,109); }

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

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

 a { background-color: rgb(73,136,109); }

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

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

 span { border-color: rgb(73,136,109); }

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