#498273

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

Shades of Viridian #498273

Tints of Viridian #498273

Color information

#498273 (or 0x498273) is unknown color: approx Viridian. HEX triplet: 49, 82 and 73. RGB value is (73,130,115). Sum of RGB (Red+Green+Blue) = 73+130+115=318 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.96% from 318); Green value is 130 (51.17% from 255 or 40.88% from 318); Blue value is 115 (45.31% from 255 or 36.16% from 318); Max value from RGB is 130 - color contains mainly: green. Hex color #498273 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498273 is #B67D8C. Grayscale: #6F6F6F. Windows color (decimal): -11959693 or 7569993. OLE color: 7569993.

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

Color convert

RGB73130115-
CMYK0.4400.120.49
HSL164.21º28.08%39.8%-
HSV(B)164.21º43.85%50.98%-
XYZ13.8218.6219.08-
YUV111.25130.12100.72-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.96%
GREEN value IS 130 (51.17% from 255) = 40.88%
BLUE value IS 115 (45.31% from 255) = 36.16%
R=22.96%
G=40.88%
B=36.16%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal731301150.4400.120.49164.2128.0839.8
Hex4982732C0C31a41c28
Octal11120216354014612443450
Binary1001001100000101110011101100011001100011010010011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498273; }

 p { color: rgb(73,130,115); }

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

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

 a { background-color: rgb(73,130,115); }

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

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

 span { border-color: rgb(73,130,115); }

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