#499372

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

Shades of Viridian #499372

Tints of Viridian #499372

Color information

#499372 (or 0x499372) is unknown color: approx Viridian. HEX triplet: 49, 93 and 72. RGB value is (73,147,114). Sum of RGB (Red+Green+Blue) = 73+147+114=334 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.86% from 334); Green value is 147 (57.81% from 255 or 44.01% from 334); Blue value is 114 (44.92% from 255 or 34.13% from 334); Max value from RGB is 147 - color contains mainly: green. Hex color #499372 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499372 is #B66C8D. Grayscale: #797979. Windows color (decimal): -11955342 or 7508809. OLE color: 7508809.

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

Color convert

RGB73147114-
CMYK0.5000.220.42
HSL153.24º33.64%43.14%-
HSV(B)153.24º50.34%57.65%-
XYZ16.2223.519.6-
YUV121.11123.9893.68-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.86%
GREEN value IS 147 (57.81% from 255) = 44.01%
BLUE value IS 114 (44.92% from 255) = 34.13%
R=21.86%
G=44.01%
B=34.13%

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
Decimal731471140.5000.220.42153.2433.6443.14
Hex499372320162A99222b
Octal11122316262026522314253
Binary100100110010011111001011001001011010101010011001100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499372; }

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

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

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

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

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

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

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

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