#498F6F

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

Shades of Viridian #498F6F

Tints of Viridian #498F6F

Color information

#498F6F (or 0x498F6F) is unknown color: approx Viridian. HEX triplet: 49, 8F and 6F. RGB value is (73,143,111). Sum of RGB (Red+Green+Blue) = 73+143+111=327 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.32% from 327); Green value is 143 (56.25% from 255 or 43.73% from 327); Blue value is 111 (43.75% from 255 or 33.94% from 327); Max value from RGB is 143 - color contains mainly: green. Hex color #498F6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498F6F is #B67090. Grayscale: #767676. Windows color (decimal): -11956369 or 7311177. OLE color: 7311177.

HSL color Cylindrical-coordinate representation of color #498F6F: hue angle of 152.57º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #498F6F is Cyan = 0.49, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB73143111-
CMYK0.4900.220.44
HSL152.57º32.41%42.35%-
HSV(B)152.57º48.95%56.08%-
XYZ15.4422.2118.51-
YUV118.42123.8195.6-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.32%
GREEN value IS 143 (56.25% from 255) = 43.73%
BLUE value IS 111 (43.75% from 255) = 33.94%
R=22.32%
G=43.73%
B=33.94%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal731431110.4900.220.44152.5732.4142.35
Hex498F6F310162C99202a
Octal11121715761026542314052
Binary100100110001111110111111000101011010110010011001100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498F6F; }

 p { color: rgb(73,143,111); }

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

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

 a { background-color: rgb(73,143,111); }

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

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

 span { border-color: rgb(73,143,111); }

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