#498171

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

Shades of Viridian #498171

Tints of Viridian #498171

Color information

#498171 (or 0x498171) is unknown color: approx Viridian. HEX triplet: 49, 81 and 71. RGB value is (73,129,113). Sum of RGB (Red+Green+Blue) = 73+129+113=315 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.17% from 315); Green value is 129 (50.78% from 255 or 40.95% from 315); Blue value is 113 (44.53% from 255 or 35.87% from 315); Max value from RGB is 129 - color contains mainly: green. Hex color #498171 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498171 is #B67E8E. Grayscale: #6E6E6E. Windows color (decimal): -11959951 or 7438665. OLE color: 7438665.

HSL color Cylindrical-coordinate representation of color #498171: hue angle of 162.86º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #498171 is Cyan = 0.43, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB73129113-
CMYK0.4300.120.49
HSL162.86º27.72%39.61%-
HSV(B)162.86º43.41%50.59%-
XYZ13.5818.3118.44-
YUV110.43129.45101.3-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.17%
GREEN value IS 129 (50.78% from 255) = 40.95%
BLUE value IS 113 (44.53% from 255) = 35.87%
R=23.17%
G=40.95%
B=35.87%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal731291130.4300.120.49162.8627.7239.61
Hex4981712B0C31a31c28
Octal11120116153014612433450
Binary1001001100000011110001101011011001100011010001111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498171; }

 p { color: rgb(73,129,113); }

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

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

 a { background-color: rgb(73,129,113); }

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

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

 span { border-color: rgb(73,129,113); }

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