#499176

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

Shades of Viridian #499176

Tints of Viridian #499176

Color information

#499176 (or 0x499176) is unknown color: approx Viridian. HEX triplet: 49, 91 and 76. RGB value is (73,145,118). Sum of RGB (Red+Green+Blue) = 73+145+118=336 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.73% from 336); Green value is 145 (57.03% from 255 or 43.15% from 336); Blue value is 118 (46.48% from 255 or 35.12% from 336); Max value from RGB is 145 - color contains mainly: green. Hex color #499176 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499176 is #B66E89. Grayscale: #787878. Windows color (decimal): -11955850 or 7770441. OLE color: 7770441.

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

Color convert

RGB73145118-
CMYK0.5000.190.43
HSL157.5º33.03%42.75%-
HSV(B)157.5º49.66%56.86%-
XYZ16.1422.9820.72-
YUV120.39126.6594.2-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.73%
GREEN value IS 145 (57.03% from 255) = 43.15%
BLUE value IS 118 (46.48% from 255) = 35.12%
R=21.73%
G=43.15%
B=35.12%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal731451180.5000.190.43157.533.0342.75
Hex499176320132B9e212b
Octal11122116662023532364153
Binary100100110010001111011011001001001110101110011110100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499176; }

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

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

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

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

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

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

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

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