#49846D

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

Shades of Viridian #49846D

Tints of Viridian #49846D

Color information

#49846D (or 0x49846D) is unknown color: approx Viridian. HEX triplet: 49, 84 and 6D. RGB value is (73,132,109). Sum of RGB (Red+Green+Blue) = 73+132+109=314 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.25% from 314); Green value is 132 (51.95% from 255 or 42.04% from 314); Blue value is 109 (42.97% from 255 or 34.71% from 314); Max value from RGB is 132 - color contains mainly: green. Hex color #49846D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49846D is #B67B92. Grayscale: #6F6F6F. Windows color (decimal): -11959187 or 7177289. OLE color: 7177289.

HSL color Cylindrical-coordinate representation of color #49846D: hue angle of 156.61º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #49846D is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB73132109-
CMYK0.4500.170.48
HSL156.61º28.78%40.2%-
HSV(B)156.61º44.7%51.76%-
XYZ13.7619.0217.41-
YUV111.74126.45100.37-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.25%
GREEN value IS 132 (51.95% from 255) = 42.04%
BLUE value IS 109 (42.97% from 255) = 34.71%
R=23.25%
G=42.04%
B=34.71%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal731321090.4500.170.48156.6128.7840.2
Hex49846D2D011309d1d28
Octal11120415555021602353550
Binary10010011000010011011011011010100011100001001110111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49846D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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