#498A75

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

Shades of Viridian #498A75

Tints of Viridian #498A75

Color information

#498A75 (or 0x498A75) is unknown color: approx Viridian. HEX triplet: 49, 8A and 75. RGB value is (73,138,117). Sum of RGB (Red+Green+Blue) = 73+138+117=328 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.26% from 328); Green value is 138 (54.30% from 255 or 42.07% from 328); Blue value is 117 (46.09% from 255 or 35.67% from 328); Max value from RGB is 138 - color contains mainly: green. Hex color #498A75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498A75 is #B6758A. Grayscale: #747474. Windows color (decimal): -11957643 or 7703113. OLE color: 7703113.

HSL color Cylindrical-coordinate representation of color #498A75: hue angle of 160.62º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #498A75 is Cyan = 0.47, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB73138117-
CMYK0.4700.150.46
HSL160.62º30.81%41.37%-
HSV(B)160.62º47.1%54.12%-
XYZ15.0520.8820.07-
YUV116.17128.4797.21-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.26%
GREEN value IS 138 (54.30% from 255) = 42.07%
BLUE value IS 117 (46.09% from 255) = 35.67%
R=22.26%
G=42.07%
B=35.67%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal731381170.4700.150.46160.6230.8141.37
Hex498A752F0F2Ea11f29
Octal11121216557017562413751
Binary1001001100010101110101101111011111011101010000111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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