#499170

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

Shades of Viridian #499170

Tints of Viridian #499170

Color information

#499170 (or 0x499170) is unknown color: approx Viridian. HEX triplet: 49, 91 and 70. RGB value is (73,145,112). Sum of RGB (Red+Green+Blue) = 73+145+112=330 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.12% from 330); Green value is 145 (57.03% from 255 or 43.94% from 330); Blue value is 112 (44.14% from 255 or 33.94% from 330); Max value from RGB is 145 - color contains mainly: green. Hex color #499170 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499170 is #B66E8F. Grayscale: #777777. Windows color (decimal): -11955856 or 7377225. OLE color: 7377225.

HSL color Cylindrical-coordinate representation of color #499170: hue angle of 152.5º 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 #499170 is Cyan = 0.50, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB73145112-
CMYK0.5000.230.43
HSL152.5º33.03%42.75%-
HSV(B)152.5º49.66%56.86%-
XYZ15.822.8418.9-
YUV119.71123.6594.68-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.12%
GREEN value IS 145 (57.03% from 255) = 43.94%
BLUE value IS 112 (44.14% from 255) = 33.94%
R=22.12%
G=43.94%
B=33.94%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal731451120.5000.230.43152.533.0342.75
Hex499170320172B98212b
Octal11122116062027532304153
Binary100100110010001111000011001001011110101110011000100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499170; }

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

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

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

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

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

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

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

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