#498172

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

Shades of Viridian #498172

Tints of Viridian #498172

Color information

#498172 (or 0x498172) is unknown color: approx Viridian. HEX triplet: 49, 81 and 72. RGB value is (73,129,114). Sum of RGB (Red+Green+Blue) = 73+129+114=316 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.10% from 316); Green value is 129 (50.78% from 255 or 40.82% from 316); Blue value is 114 (44.92% from 255 or 36.08% from 316); Max value from RGB is 129 - color contains mainly: green. Hex color #498172 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498172 is #B67E8D. Grayscale: #6E6E6E. Windows color (decimal): -11959950 or 7504201. OLE color: 7504201.

HSL color Cylindrical-coordinate representation of color #498172: hue angle of 163.93º 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 #498172 is Cyan = 0.43, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB73129114-
CMYK0.4300.120.49
HSL163.93º27.72%39.61%-
HSV(B)163.93º43.41%50.59%-
XYZ13.6418.3318.74-
YUV110.55129.95101.22-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.10%
GREEN value IS 129 (50.78% from 255) = 40.82%
BLUE value IS 114 (44.92% from 255) = 36.08%
R=23.10%
G=40.82%
B=36.08%

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
Decimal731291140.4300.120.49163.9327.7239.61
Hex4981722B0C31a41c28
Octal11120116253014612443450
Binary1001001100000011110010101011011001100011010010011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498172; }

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

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

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

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

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

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

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

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