#499371

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

Shades of Viridian #499371

Tints of Viridian #499371

Color information

#499371 (or 0x499371) is unknown color: approx Viridian. HEX triplet: 49, 93 and 71. RGB value is (73,147,113). Sum of RGB (Red+Green+Blue) = 73+147+113=333 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.92% from 333); Green value is 147 (57.81% from 255 or 44.14% from 333); Blue value is 113 (44.53% from 255 or 33.93% from 333); Max value from RGB is 147 - color contains mainly: green. Hex color #499371 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499371 is #B66C8E. Grayscale: #797979. Windows color (decimal): -11955343 or 7443273. OLE color: 7443273.

HSL color Cylindrical-coordinate representation of color #499371: hue angle of 152.43º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #499371 is Cyan = 0.50, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB73147113-
CMYK0.5000.230.42
HSL152.43º33.64%43.14%-
HSV(B)152.43º50.34%57.65%-
XYZ16.1623.4819.3-
YUV121123.4893.76-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.92%
GREEN value IS 147 (57.81% from 255) = 44.14%
BLUE value IS 113 (44.53% from 255) = 33.93%
R=21.92%
G=44.14%
B=33.93%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal731471130.5000.230.42152.4333.6443.14
Hex499371320172A98222b
Octal11122316162027522304253
Binary100100110010011111000111001001011110101010011000100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499371; }

 p { color: rgb(73,147,113); }

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

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

 a { background-color: rgb(73,147,113); }

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

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

 span { border-color: rgb(73,147,113); }

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