#49836D

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

Shades of Viridian #49836D

Tints of Viridian #49836D

Color information

#49836D (or 0x49836D) is unknown color: approx Viridian. HEX triplet: 49, 83 and 6D. RGB value is (73,131,109). Sum of RGB (Red+Green+Blue) = 73+131+109=313 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.32% from 313); Green value is 131 (51.56% from 255 or 41.85% from 313); Blue value is 109 (42.97% from 255 or 34.82% from 313); Max value from RGB is 131 - color contains mainly: green. Hex color #49836D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49836D is #B67C92. Grayscale: #6F6F6F. Windows color (decimal): -11959443 or 7177033. OLE color: 7177033.

HSL color Cylindrical-coordinate representation of color #49836D: hue angle of 157.24º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #49836D is Cyan = 0.44, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB73131109-
CMYK0.4400.170.49
HSL157.24º28.43%40%-
HSV(B)157.24º44.27%51.37%-
XYZ13.6218.7517.37-
YUV111.15126.78100.79-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.32%
GREEN value IS 131 (51.56% from 255) = 41.85%
BLUE value IS 109 (42.97% from 255) = 34.82%
R=23.32%
G=41.85%
B=34.82%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal731311090.4400.170.49157.2428.4340
Hex49836D2C011319d1c28
Octal11120315554021612353450
Binary10010011000001111011011011000100011100011001110111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49836D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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