#499276

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

Shades of Viridian #499276

Tints of Viridian #499276

Color information

#499276 (or 0x499276) is unknown color: approx Viridian. HEX triplet: 49, 92 and 76. RGB value is (73,146,118). Sum of RGB (Red+Green+Blue) = 73+146+118=337 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.66% from 337); Green value is 146 (57.42% from 255 or 43.32% from 337); Blue value is 118 (46.48% from 255 or 35.01% from 337); Max value from RGB is 146 - color contains mainly: green. Hex color #499276 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499276 is #B66D89. Grayscale: #797979. Windows color (decimal): -11955594 or 7770697. OLE color: 7770697.

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

Color convert

RGB73146118-
CMYK0.500.190.43
HSL156.99º33.33%42.94%-
HSV(B)156.99º50%57.25%-
XYZ16.323.2820.77-
YUV120.98126.3293.78-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.66%
GREEN value IS 146 (57.42% from 255) = 43.32%
BLUE value IS 118 (46.48% from 255) = 35.01%
R=21.66%
G=43.32%
B=35.01%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal731461180.500.190.43156.9933.3342.94
Hex499276320132B9d212b
Octal11122216662023532354153
Binary100100110010010111011011001001001110101110011101100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499276; }

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

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

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

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

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

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

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

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