#49926D

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

Shades of Viridian #49926D

Tints of Viridian #49926D

Color information

#49926D (or 0x49926D) is unknown color: approx Viridian. HEX triplet: 49, 92 and 6D. RGB value is (73,146,109). Sum of RGB (Red+Green+Blue) = 73+146+109=328 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.26% from 328); Green value is 146 (57.42% from 255 or 44.51% from 328); Blue value is 109 (42.97% from 255 or 33.23% from 328); Max value from RGB is 146 - color contains mainly: green. Hex color #49926D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49926D is #B66D92. Grayscale: #787878. Windows color (decimal): -11955603 or 7180873. OLE color: 7180873.

HSL color Cylindrical-coordinate representation of color #49926D: hue angle of 149.59º 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 #49926D is Cyan = 0.5, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB73146109-
CMYK0.500.250.43
HSL149.59º33.33%42.94%-
HSV(B)149.59º50%57.25%-
XYZ15.7923.0818.09-
YUV119.96121.8294.51-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.26%
GREEN value IS 146 (57.42% from 255) = 44.51%
BLUE value IS 109 (42.97% from 255) = 33.23%
R=22.26%
G=44.51%
B=33.23%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal731461090.500.250.43149.5933.3342.94
Hex49926D320192B96212b
Octal11122215562031532264153
Binary100100110010010110110111001001100110101110010110100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49926D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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