#498F74

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

Shades of Viridian #498F74

Tints of Viridian #498F74

Color information

#498F74 (or 0x498F74) is unknown color: approx Viridian. HEX triplet: 49, 8F and 74. RGB value is (73,143,116). Sum of RGB (Red+Green+Blue) = 73+143+116=332 (43% of max value = 765). Red value is 73 (28.91% from 255 or 21.99% from 332); Green value is 143 (56.25% from 255 or 43.07% from 332); Blue value is 116 (45.70% from 255 or 34.94% from 332); Max value from RGB is 143 - color contains mainly: green. Hex color #498F74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498F74 is #B6708B. Grayscale: #777777. Windows color (decimal): -11956364 or 7638857. OLE color: 7638857.

HSL color Cylindrical-coordinate representation of color #498F74: hue angle of 156.86º 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 #498F74 is Cyan = 0.49, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB73143116-
CMYK0.4900.190.44
HSL156.86º32.41%42.35%-
HSV(B)156.86º48.95%56.08%-
XYZ15.7222.3220-
YUV118.99126.3195.2-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.99%
GREEN value IS 143 (56.25% from 255) = 43.07%
BLUE value IS 116 (45.70% from 255) = 34.94%
R=21.99%
G=43.07%
B=34.94%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal731431160.4900.190.44156.8632.4142.35
Hex498F74310132C9d202a
Octal11121716461023542354052
Binary100100110001111111010011000101001110110010011101100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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