#49856B

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

Shades of Viridian #49856B

Tints of Viridian #49856B

Color information

#49856B (or 0x49856B) is unknown color: approx Viridian. HEX triplet: 49, 85 and 6B. RGB value is (73,133,107). Sum of RGB (Red+Green+Blue) = 73+133+107=313 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.32% from 313); Green value is 133 (52.34% from 255 or 42.49% from 313); Blue value is 107 (42.19% from 255 or 34.19% from 313); Max value from RGB is 133 - color contains mainly: green. Hex color #49856B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49856B is #B67A94. Grayscale: #707070. Windows color (decimal): -11958933 or 7046473. OLE color: 7046473.

HSL color Cylindrical-coordinate representation of color #49856B: hue angle of 154º 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 #49856B is Cyan = 0.45, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB73133107-
CMYK0.4500.200.48
HSL154º29.13%40.39%-
HSV(B)154º45.11%52.16%-
XYZ13.7919.2516.9-
YUV112.1125.12100.11-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.32%
GREEN value IS 133 (52.34% from 255) = 42.49%
BLUE value IS 107 (42.19% from 255) = 34.19%
R=23.32%
G=42.49%
B=34.19%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal731331070.4500.200.4815429.1340.39
Hex49856B2D014309a1d28
Octal11120515355024602323550
Binary10010011000010111010111011010101001100001001101011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49856B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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