#49886A

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

Shades of Viridian #49886A

Tints of Viridian #49886A

Color information

#49886A (or 0x49886A) is unknown color: approx Viridian. HEX triplet: 49, 88 and 6A. RGB value is (73,136,106). Sum of RGB (Red+Green+Blue) = 73+136+106=315 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.17% from 315); Green value is 136 (53.52% from 255 or 43.17% from 315); Blue value is 106 (41.80% from 255 or 33.65% from 315); Max value from RGB is 136 - color contains mainly: green. Hex color #49886A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49886A is #B67795. Grayscale: #717171. Windows color (decimal): -11958166 or 6981705. OLE color: 6981705.

HSL color Cylindrical-coordinate representation of color #49886A: hue angle of 151.43º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #49886A is Cyan = 0.46, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB73136106-
CMYK0.4600.220.47
HSL151.43º30.14%40.98%-
HSV(B)151.43º46.32%53.33%-
XYZ14.1520.0716.76-
YUV113.74123.6398.94-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.17%
GREEN value IS 136 (53.52% from 255) = 43.17%
BLUE value IS 106 (41.80% from 255) = 33.65%
R=23.17%
G=43.17%
B=33.65%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal731361060.4600.220.47151.4330.1440.98
Hex49886A2E0162F971e29
Octal11121015256026572273651
Binary10010011000100011010101011100101101011111001011111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49886A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49886A; }

 p { color: rgb(73,136,106); }

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

<style>
 a { background-color: #49886A; }

 a { background-color: rgb(73,136,106); }

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

<style>
 span { border-color: #49886A; }

 span { border-color: rgb(73,136,106); }

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