#49856D

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

Shades of Viridian #49856D

Tints of Viridian #49856D

Color information

#49856D (or 0x49856D) is unknown color: approx Viridian. HEX triplet: 49, 85 and 6D. RGB value is (73,133,109). Sum of RGB (Red+Green+Blue) = 73+133+109=315 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.17% from 315); Green value is 133 (52.34% from 255 or 42.22% from 315); Blue value is 109 (42.97% from 255 or 34.60% from 315); Max value from RGB is 133 - color contains mainly: green. Hex color #49856D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49856D is #B67A92. Grayscale: #707070. Windows color (decimal): -11958931 or 7177545. OLE color: 7177545.

HSL color Cylindrical-coordinate representation of color #49856D: hue angle of 156º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #49856D is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB73133109-
CMYK0.4500.180.48
HSL156º29.13%40.39%-
HSV(B)156º45.11%52.16%-
XYZ13.919.317.46-
YUV112.32126.1299.95-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.17%
GREEN value IS 133 (52.34% from 255) = 42.22%
BLUE value IS 109 (42.97% from 255) = 34.60%
R=23.17%
G=42.22%
B=34.60%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal731331090.4500.180.4815629.1340.39
Hex49856D2D012309c1d28
Octal11120515555022602343550
Binary10010011000010111011011011010100101100001001110011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49856D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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