#498D75

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

Shades of Viridian #498D75

Tints of Viridian #498D75

Color information

#498D75 (or 0x498D75) is unknown color: approx Viridian. HEX triplet: 49, 8D and 75. RGB value is (73,141,117). Sum of RGB (Red+Green+Blue) = 73+141+117=331 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.05% from 331); Green value is 141 (55.47% from 255 or 42.60% from 331); Blue value is 117 (46.09% from 255 or 35.35% from 331); Max value from RGB is 141 - color contains mainly: green. Hex color #498D75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498D75 is #B6728A. Grayscale: #757575. Windows color (decimal): -11956875 or 7703881. OLE color: 7703881.

HSL color Cylindrical-coordinate representation of color #498D75: hue angle of 158.82º 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 #498D75 is Cyan = 0.48, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.45.

Color convert

RGB73141117-
CMYK0.4800.170.45
HSL158.82º31.78%41.96%-
HSV(B)158.82º48.23%55.29%-
XYZ15.4821.7520.21-
YUV117.93127.4795.95-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.05%
GREEN value IS 141 (55.47% from 255) = 42.60%
BLUE value IS 117 (46.09% from 255) = 35.35%
R=22.05%
G=42.60%
B=35.35%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal731411170.4800.170.45158.8231.7841.96
Hex498D75300112D9f202a
Octal11121516560021552374052
Binary100100110001101111010111000001000110110110011111100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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