#498D76

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

Shades of Viridian #498D76

Tints of Viridian #498D76

Color information

#498D76 (or 0x498D76) is unknown color: approx Viridian. HEX triplet: 49, 8D and 76. RGB value is (73,141,118). Sum of RGB (Red+Green+Blue) = 73+141+118=332 (43% of max value = 765). Red value is 73 (28.91% from 255 or 21.99% from 332); Green value is 141 (55.47% from 255 or 42.47% from 332); Blue value is 118 (46.48% from 255 or 35.54% from 332); Max value from RGB is 141 - color contains mainly: green. Hex color #498D76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498D76 is #B67289. Grayscale: #767676. Windows color (decimal): -11956874 or 7769417. OLE color: 7769417.

HSL color Cylindrical-coordinate representation of color #498D76: hue angle of 159.71º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #498D76 is Cyan = 0.48, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB73141118-
CMYK0.4800.160.45
HSL159.71º31.78%41.96%-
HSV(B)159.71º48.23%55.29%-
XYZ15.5421.7720.52-
YUV118.05127.9795.87-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.99%
GREEN value IS 141 (55.47% from 255) = 42.47%
BLUE value IS 118 (46.48% from 255) = 35.54%
R=21.99%
G=42.47%
B=35.54%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal731411180.4800.160.45159.7131.7841.96
Hex498D76300102Da0202a
Octal11121516660020552404052
Binary100100110001101111011011000001000010110110100000100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498D76; }

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

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

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

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

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

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

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

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