#49916E

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

Shades of Viridian #49916E

Tints of Viridian #49916E

Color information

#49916E (or 0x49916E) is unknown color: approx Viridian. HEX triplet: 49, 91 and 6E. RGB value is (73,145,110). Sum of RGB (Red+Green+Blue) = 73+145+110=328 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.26% from 328); Green value is 145 (57.03% from 255 or 44.21% from 328); Blue value is 110 (43.36% from 255 or 33.54% from 328); Max value from RGB is 145 - color contains mainly: green. Hex color #49916E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49916E is #B66E91. Grayscale: #777777. Windows color (decimal): -11955858 or 7246153. OLE color: 7246153.

HSL color Cylindrical-coordinate representation of color #49916E: hue angle of 150.83º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #49916E is Cyan = 0.50, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.

Color convert

RGB73145110-
CMYK0.5000.240.43
HSL150.83º33.03%42.75%-
HSV(B)150.83º49.66%56.86%-
XYZ15.6922.7918.32-
YUV119.48122.6594.85-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.26%
GREEN value IS 145 (57.03% from 255) = 44.21%
BLUE value IS 110 (43.36% from 255) = 33.54%
R=22.26%
G=44.21%
B=33.54%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal731451100.5000.240.43150.8333.0342.75
Hex49916E320182B97212b
Octal11122115662030532274153
Binary100100110010001110111011001001100010101110010111100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49916E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49916E; }

 p { color: rgb(73,145,110); }

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

<style>
 a { background-color: #49916E; }

 a { background-color: rgb(73,145,110); }

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

<style>
 span { border-color: #49916E; }

 span { border-color: rgb(73,145,110); }

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