#499373

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

Shades of Viridian #499373

Tints of Viridian #499373

Color information

#499373 (or 0x499373) is unknown color: approx Viridian. HEX triplet: 49, 93 and 73. RGB value is (73,147,115). Sum of RGB (Red+Green+Blue) = 73+147+115=335 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.79% from 335); Green value is 147 (57.81% from 255 or 43.88% from 335); Blue value is 115 (45.31% from 255 or 34.33% from 335); Max value from RGB is 147 - color contains mainly: green. Hex color #499373 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499373 is #B66C8C. Grayscale: #797979. Windows color (decimal): -11955341 or 7574345. OLE color: 7574345.

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

Color convert

RGB73147115-
CMYK0.5000.220.42
HSL154.05º33.64%43.14%-
HSV(B)154.05º50.34%57.65%-
XYZ16.2823.5219.9-
YUV121.23124.4893.6-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.79%
GREEN value IS 147 (57.81% from 255) = 43.88%
BLUE value IS 115 (45.31% from 255) = 34.33%
R=21.79%
G=43.88%
B=34.33%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal731471150.5000.220.42154.0533.6443.14
Hex499373320162A9a222b
Octal11122316362026522324253
Binary100100110010011111001111001001011010101010011010100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499373; }

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

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

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

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

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

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

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

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