#49876E

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

Shades of Viridian #49876E

Tints of Viridian #49876E

Color information

#49876E (or 0x49876E) is unknown color: approx Viridian. HEX triplet: 49, 87 and 6E. RGB value is (73,135,110). Sum of RGB (Red+Green+Blue) = 73+135+110=318 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.96% from 318); Green value is 135 (53.12% from 255 or 42.45% from 318); Blue value is 110 (43.36% from 255 or 34.59% from 318); Max value from RGB is 135 - color contains mainly: green. Hex color #49876E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49876E is #B67891. Grayscale: #717171. Windows color (decimal): -11958418 or 7243593. OLE color: 7243593.

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

Color convert

RGB73135110-
CMYK0.4600.190.47
HSL155.81º29.81%40.78%-
HSV(B)155.81º45.93%52.94%-
XYZ14.2319.8717.84-
YUV113.61125.9699.03-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.96%
GREEN value IS 135 (53.12% from 255) = 42.45%
BLUE value IS 110 (43.36% from 255) = 34.59%
R=22.96%
G=42.45%
B=34.59%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal731351100.4600.190.47155.8129.8140.78
Hex49876E2E0132F9c1e29
Octal11120715656023572343651
Binary10010011000011111011101011100100111011111001110011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49876E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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