#498673

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

Shades of Viridian #498673

Tints of Viridian #498673

Color information

#498673 (or 0x498673) is unknown color: approx Viridian. HEX triplet: 49, 86 and 73. RGB value is (73,134,115). Sum of RGB (Red+Green+Blue) = 73+134+115=322 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.67% from 322); Green value is 134 (52.73% from 255 or 41.61% from 322); Blue value is 115 (45.31% from 255 or 35.71% from 322); Max value from RGB is 134 - color contains mainly: green. Hex color #498673 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498673 is #B6798C. Grayscale: #717171. Windows color (decimal): -11958669 or 7571017. OLE color: 7571017.

HSL color Cylindrical-coordinate representation of color #498673: hue angle of 161.31º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #498673 is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB73134115-
CMYK0.4600.140.47
HSL161.31º29.47%40.59%-
HSV(B)161.31º45.52%52.55%-
XYZ14.3719.719.27-
YUV113.6128.7999.04-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.67%
GREEN value IS 134 (52.73% from 255) = 41.61%
BLUE value IS 115 (45.31% from 255) = 35.71%
R=22.67%
G=41.61%
B=35.71%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal731341150.4600.140.47161.3129.4740.59
Hex4986732E0E2Fa11d29
Octal11120616356016572413551
Binary1001001100001101110011101110011101011111010000111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498673; }

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

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

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

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

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

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

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

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