#499173

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

Shades of Viridian #499173

Tints of Viridian #499173

Color information

#499173 (or 0x499173) is unknown color: approx Viridian. HEX triplet: 49, 91 and 73. RGB value is (73,145,115). Sum of RGB (Red+Green+Blue) = 73+145+115=333 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.92% from 333); Green value is 145 (57.03% from 255 or 43.54% from 333); Blue value is 115 (45.31% from 255 or 34.53% from 333); Max value from RGB is 145 - color contains mainly: green. Hex color #499173 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499173 is #B66E8C. Grayscale: #787878. Windows color (decimal): -11955853 or 7573833. OLE color: 7573833.

HSL color Cylindrical-coordinate representation of color #499173: hue angle of 155º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #499173 is Cyan = 0.50, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB73145115-
CMYK0.5000.210.43
HSL155º33.03%42.75%-
HSV(B)155º49.66%56.86%-
XYZ15.9722.9119.8-
YUV120.05125.1594.44-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.92%
GREEN value IS 145 (57.03% from 255) = 43.54%
BLUE value IS 115 (45.31% from 255) = 34.53%
R=21.92%
G=43.54%
B=34.53%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal731451150.5000.210.4315533.0342.75
Hex499173320152B9b212b
Octal11122116362025532334153
Binary100100110010001111001111001001010110101110011011100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499173; }

 p { color: rgb(73,145,115); }

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

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

 a { background-color: rgb(73,145,115); }

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

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

 span { border-color: rgb(73,145,115); }

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