#49826D

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

Shades of Viridian #49826D

Tints of Viridian #49826D

Color information

#49826D (or 0x49826D) is unknown color: approx Viridian. HEX triplet: 49, 82 and 6D. RGB value is (73,130,109). Sum of RGB (Red+Green+Blue) = 73+130+109=312 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.40% from 312); Green value is 130 (51.17% from 255 or 41.67% from 312); Blue value is 109 (42.97% from 255 or 34.94% from 312); Max value from RGB is 130 - color contains mainly: green. Hex color #49826D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49826D is #B67D92. Grayscale: #6E6E6E. Windows color (decimal): -11959699 or 7176777. OLE color: 7176777.

HSL color Cylindrical-coordinate representation of color #49826D: hue angle of 157.89º 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 #49826D is Cyan = 0.44, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB73130109-
CMYK0.4400.160.49
HSL157.89º28.08%39.8%-
HSV(B)157.89º43.85%50.98%-
XYZ13.4918.4917.33-
YUV110.56127.12101.21-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.40%
GREEN value IS 130 (51.17% from 255) = 41.67%
BLUE value IS 109 (42.97% from 255) = 34.94%
R=23.40%
G=41.67%
B=34.94%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal731301090.4400.160.49157.8928.0839.8
Hex49826D2C010319e1c28
Octal11120215554020612363450
Binary10010011000001011011011011000100001100011001111011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49826D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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