#498070

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

Shades of Viridian #498070

Tints of Viridian #498070

Color information

#498070 (or 0x498070) is unknown color: approx Viridian. HEX triplet: 49, 80 and 70. RGB value is (73,128,112). Sum of RGB (Red+Green+Blue) = 73+128+112=313 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.32% from 313); Green value is 128 (50.39% from 255 or 40.89% from 313); Blue value is 112 (44.14% from 255 or 35.78% from 313); Max value from RGB is 128 - color contains mainly: green. Hex color #498070 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498070 is #B67F8F. Grayscale: #6D6D6D. Windows color (decimal): -11960208 or 7372873. OLE color: 7372873.

HSL color Cylindrical-coordinate representation of color #498070: hue angle of 162.55º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #498070 is Cyan = 0.43, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB73128112-
CMYK0.4300.120.50
HSL162.55º27.36%39.41%-
HSV(B)162.55º42.97%50.2%-
XYZ13.3918.0218.1-
YUV109.73129.28101.8-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.32%
GREEN value IS 128 (50.39% from 255) = 40.89%
BLUE value IS 112 (44.14% from 255) = 35.78%
R=23.32%
G=40.89%
B=35.78%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal731281120.4300.120.50162.5527.3639.41
Hex4980702B0C32a31b27
Octal11120016053014622433347
Binary1001001100000001110000101011011001100101010001111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498070; }

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

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

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

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

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

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

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

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