#49876A

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

Shades of Viridian #49876A

Tints of Viridian #49876A

Color information

#49876A (or 0x49876A) is unknown color: approx Viridian. HEX triplet: 49, 87 and 6A. RGB value is (73,135,106). Sum of RGB (Red+Green+Blue) = 73+135+106=314 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.25% from 314); Green value is 135 (53.12% from 255 or 42.99% from 314); Blue value is 106 (41.80% from 255 or 33.76% from 314); Max value from RGB is 135 - color contains mainly: green. Hex color #49876A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49876A is #B67895. Grayscale: #717171. Windows color (decimal): -11958422 or 6981449. OLE color: 6981449.

HSL color Cylindrical-coordinate representation of color #49876A: hue angle of 151.94º 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 #49876A is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB73135106-
CMYK0.4600.210.47
HSL151.94º29.81%40.78%-
HSV(B)151.94º45.93%52.94%-
XYZ14.0119.7916.72-
YUV113.16123.9699.36-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.25%
GREEN value IS 135 (53.12% from 255) = 42.99%
BLUE value IS 106 (41.80% from 255) = 33.76%
R=23.25%
G=42.99%
B=33.76%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal731351060.4600.210.47151.9429.8140.78
Hex49876A2E0152F981e29
Octal11120715256025572303651
Binary10010011000011111010101011100101011011111001100011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49876A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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