#498575

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

Shades of Viridian #498575

Tints of Viridian #498575

Color information

#498575 (or 0x498575) is unknown color: approx Viridian. HEX triplet: 49, 85 and 75. RGB value is (73,133,117). Sum of RGB (Red+Green+Blue) = 73+133+117=323 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.60% from 323); Green value is 133 (52.34% from 255 or 41.18% from 323); Blue value is 117 (46.09% from 255 or 36.22% from 323); Max value from RGB is 133 - color contains mainly: green. Hex color #498575 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498575 is #B67A8A. Grayscale: #717171. Windows color (decimal): -11958923 or 7701833. OLE color: 7701833.

HSL color Cylindrical-coordinate representation of color #498575: hue angle of 164º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #498575 is Cyan = 0.45, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB73133117-
CMYK0.4500.120.48
HSL164º29.13%40.39%-
HSV(B)164º45.11%52.16%-
XYZ14.3519.4819.83-
YUV113.24130.1299.3-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.60%
GREEN value IS 133 (52.34% from 255) = 41.18%
BLUE value IS 117 (46.09% from 255) = 36.22%
R=22.60%
G=41.18%
B=36.22%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal731331170.4500.120.4816429.1340.39
Hex4985752D0C30a41d28
Octal11120516555014602443550
Binary1001001100001011110101101101011001100001010010011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498575; }

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

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

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

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

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

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

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

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