#498472

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

Shades of Viridian #498472

Tints of Viridian #498472

Color information

#498472 (or 0x498472) is unknown color: approx Viridian. HEX triplet: 49, 84 and 72. RGB value is (73,132,114). Sum of RGB (Red+Green+Blue) = 73+132+114=319 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.88% from 319); Green value is 132 (51.95% from 255 or 41.38% from 319); Blue value is 114 (44.92% from 255 or 35.74% from 319); Max value from RGB is 132 - color contains mainly: green. Hex color #498472 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498472 is #B67B8D. Grayscale: #707070. Windows color (decimal): -11959182 or 7504969. OLE color: 7504969.

HSL color Cylindrical-coordinate representation of color #498472: hue angle of 161.69º 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 #498472 is Cyan = 0.45, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB73132114-
CMYK0.4500.140.48
HSL161.69º28.78%40.2%-
HSV(B)161.69º44.7%51.76%-
XYZ14.0419.1318.87-
YUV112.31128.9599.96-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.88%
GREEN value IS 132 (51.95% from 255) = 41.38%
BLUE value IS 114 (44.92% from 255) = 35.74%
R=22.88%
G=41.38%
B=35.74%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal731321140.4500.140.48161.6928.7840.2
Hex4984722D0E30a21d28
Octal11120416255016602423550
Binary1001001100001001110010101101011101100001010001011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498472; }

 p { color: rgb(73,132,114); }

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

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

 a { background-color: rgb(73,132,114); }

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

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

 span { border-color: rgb(73,132,114); }

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