#49906C

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

Shades of Viridian #49906C

Tints of Viridian #49906C

Color information

#49906C (or 0x49906C) is unknown color: approx Viridian. HEX triplet: 49, 90 and 6C. RGB value is (73,144,108). Sum of RGB (Red+Green+Blue) = 73+144+108=325 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.46% from 325); Green value is 144 (56.64% from 255 or 44.31% from 325); Blue value is 108 (42.58% from 255 or 33.23% from 325); Max value from RGB is 144 - color contains mainly: green. Hex color #49906C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49906C is #B66F93. Grayscale: #767676. Windows color (decimal): -11956116 or 7114825. OLE color: 7114825.

HSL color Cylindrical-coordinate representation of color #49906C: hue angle of 149.58º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #49906C is Cyan = 0.49, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.44.

Color convert

RGB73144108-
CMYK0.4900.250.44
HSL149.58º32.72%42.55%-
HSV(B)149.58º49.31%56.47%-
XYZ15.4322.4517.71-
YUV118.67121.9895.43-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.46%
GREEN value IS 144 (56.64% from 255) = 44.31%
BLUE value IS 108 (42.58% from 255) = 33.23%
R=22.46%
G=44.31%
B=33.23%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal731441080.4900.250.44149.5832.7242.55
Hex49906C310192C96212b
Octal11122015461031542264153
Binary100100110010000110110011000101100110110010010110100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49906C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49906C; }

 p { color: rgb(73,144,108); }

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

<style>
 a { background-color: #49906C; }

 a { background-color: rgb(73,144,108); }

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

<style>
 span { border-color: #49906C; }

 span { border-color: rgb(73,144,108); }

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