Html Css Color HEX #498F74 Viridian

📋 copy color: '#498F74'

red 73 ◦ green 143 ◦ blue 116

#498F74
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viridian #498F74

Tints of Viridian #498F74

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.7% from 255) = 34.94%

R = 21.99%
G = 43.07%
B = 34.94%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#498F74 (or 0x498F74) is known color: 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

RGB 73 143 116 -
CMYK 0.49 0 0.19 0.44
HSL 156.86º 0.32% 0.42% -
HSV(B) 156.86º 0.49% 0.56% -
XYZ 15.72 22.32 20 -
YUV 118.99 126.31 95.2 -
System Red Green Blue C M Y K H S L
Decimal 73 143 116 0.49 0 0.19 0.44 156.86 0.32 0.42
Hex 49 8F 74 31 0 13 2C 9D 20 2A
Octal 111 217 164 61 0 23 54 235 40 52
Binary 1001001 10001111 1110100 110001 0 10011 101100 10011101 100000 101010

Color Harmonies of #498F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498F74

Black with #498F74

Text Example


Text Example

White with #498F74

Text Example


Text Example

HTML Codes & Css Web 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>