#498C70

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

Shades of Viridian #498C70

Tints of Viridian #498C70

Color information

#498C70 (or 0x498C70) is unknown color: approx Viridian. HEX triplet: 49, 8C and 70. RGB value is (73,140,112). Sum of RGB (Red+Green+Blue) = 73+140+112=325 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.46% from 325); Green value is 140 (55.08% from 255 or 43.08% from 325); Blue value is 112 (44.14% from 255 or 34.46% from 325); Max value from RGB is 140 - color contains mainly: green. Hex color #498C70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498C70 is #B6738F. Grayscale: #747474. Windows color (decimal): -11957136 or 7375945. OLE color: 7375945.

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

Color convert

RGB73140112-
CMYK0.4800.200.45
HSL154.93º31.46%41.76%-
HSV(B)154.93º47.86%54.9%-
XYZ15.0521.3418.66-
YUV116.78125.396.78-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.46%
GREEN value IS 140 (55.08% from 255) = 43.08%
BLUE value IS 112 (44.14% from 255) = 34.46%
R=22.46%
G=43.08%
B=34.46%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal731401120.4800.200.45154.9331.4641.76
Hex498C70300142D9b1f2a
Octal11121416060024552333752
Binary10010011000110011100001100000101001011011001101111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,140,112); }

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

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

 a { background-color: rgb(73,140,112); }

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

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

 span { border-color: rgb(73,140,112); }

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