#499076

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

Shades of Viridian #499076

Tints of Viridian #499076

Color information

#499076 (or 0x499076) is unknown color: approx Viridian. HEX triplet: 49, 90 and 76. RGB value is (73,144,118). Sum of RGB (Red+Green+Blue) = 73+144+118=335 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.79% from 335); Green value is 144 (56.64% from 255 or 42.99% from 335); Blue value is 118 (46.48% from 255 or 35.22% from 335); Max value from RGB is 144 - color contains mainly: green. Hex color #499076 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499076 is #B66F89. Grayscale: #777777. Windows color (decimal): -11956106 or 7770185. OLE color: 7770185.

HSL color Cylindrical-coordinate representation of color #499076: hue angle of 158.03º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #499076 is Cyan = 0.49, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB73144118-
CMYK0.4900.180.44
HSL158.03º32.72%42.55%-
HSV(B)158.03º49.31%56.47%-
XYZ15.9922.6720.67-
YUV119.81126.9894.61-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.79%
GREEN value IS 144 (56.64% from 255) = 42.99%
BLUE value IS 118 (46.48% from 255) = 35.22%
R=21.79%
G=42.99%
B=35.22%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal731441180.4900.180.44158.0332.7242.55
Hex499076310122C9e212b
Octal11122016661022542364153
Binary100100110010000111011011000101001010110010011110100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499076; }

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

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

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

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

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

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

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

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