#49806D

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

Shades of Viridian #49806D

Tints of Viridian #49806D

Color information

#49806D (or 0x49806D) is unknown color: approx Viridian. HEX triplet: 49, 80 and 6D. RGB value is (73,128,109). Sum of RGB (Red+Green+Blue) = 73+128+109=310 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.55% from 310); Green value is 128 (50.39% from 255 or 41.29% from 310); Blue value is 109 (42.97% from 255 or 35.16% from 310); Max value from RGB is 128 - color contains mainly: green. Hex color #49806D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49806D is #B67F92. Grayscale: #6D6D6D. Windows color (decimal): -11960211 or 7176265. OLE color: 7176265.

HSL color Cylindrical-coordinate representation of color #49806D: hue angle of 159.27º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #49806D is Cyan = 0.43, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.50.

Color convert

RGB73128109-
CMYK0.4300.150.50
HSL159.27º27.36%39.41%-
HSV(B)159.27º42.97%50.2%-
XYZ13.2317.9617.24-
YUV109.39127.78102.04-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.55%
GREEN value IS 128 (50.39% from 255) = 41.29%
BLUE value IS 109 (42.97% from 255) = 35.16%
R=23.55%
G=41.29%
B=35.16%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal731281090.4300.150.50159.2727.3639.41
Hex49806D2B0F329f1b27
Octal11120015553017622373347
Binary1001001100000001101101101011011111100101001111111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49806D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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