#49896F

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

Shades of Viridian #49896F

Tints of Viridian #49896F

Color information

#49896F (or 0x49896F) is unknown color: approx Viridian. HEX triplet: 49, 89 and 6F. RGB value is (73,137,111). Sum of RGB (Red+Green+Blue) = 73+137+111=321 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.74% from 321); Green value is 137 (53.91% from 255 or 42.68% from 321); Blue value is 111 (43.75% from 255 or 34.58% from 321); Max value from RGB is 137 - color contains mainly: green. Hex color #49896F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49896F is #B67690. Grayscale: #727272. Windows color (decimal): -11957905 or 7309641. OLE color: 7309641.

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

Color convert

RGB73137111-
CMYK0.4700.190.46
HSL155.62º30.48%41.18%-
HSV(B)155.62º46.72%53.73%-
XYZ14.5620.4618.22-
YUV114.9125.898.11-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.74%
GREEN value IS 137 (53.91% from 255) = 42.68%
BLUE value IS 111 (43.75% from 255) = 34.58%
R=22.74%
G=42.68%
B=34.58%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal731371110.4700.190.46155.6230.4841.18
Hex49896F2F0132E9c1e29
Octal11121115757023562343651
Binary10010011000100111011111011110100111011101001110011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49896F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49896F; }

 p { color: rgb(73,137,111); }

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

<style>
 a { background-color: #49896F; }

 a { background-color: rgb(73,137,111); }

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

<style>
 span { border-color: #49896F; }

 span { border-color: rgb(73,137,111); }

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