Html Css Color HEX #498D70 Viridian

📋 copy color: '#498D70'

red 73 ◦ green 141 ◦ blue 112

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

Shades of Viridian #498D70

Tints of Viridian #498D70

RGB

 RED value IS 73 (28.91% from 255) = 22.39%

 GREEN value IS 141 (55.47% from 255) = 43.25%

 BLUE value IS 112 (44.14% from 255) = 34.36%

R = 22.39%
G = 43.25%
B = 34.36%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#498D70 (or 0x498D70) is known color: Viridian. HEX triplet: 49, 8D and 70. RGB value is (73,141,112). Sum of RGB (Red+Green+Blue) = 73+141+112=326 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.39% from 326); Green value is 141 (55.47% from 255 or 43.25% from 326); Blue value is 112 (44.14% from 255 or 34.36% from 326); Max value from RGB is 141 - color contains mainly: green. Hex color #498D70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498D70 is #B6728F. Grayscale: #757575. Windows color (decimal): -11956880 or 7376201. OLE color: 7376201.

HSL color Cylindrical-coordinate representation of color #498D70: hue angle of 154.41º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #498D70 is Cyan = 0.48, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB 73 141 112 -
CMYK 0.48 0 0.21 0.45
HSL 154.41º 0.32% 0.42% -
HSV(B) 154.41º 0.48% 0.55% -
XYZ 15.2 21.64 18.7 -
YUV 117.36 124.97 96.36 -
System Red Green Blue C M Y K H S L
Decimal 73 141 112 0.48 0 0.21 0.45 154.41 0.32 0.42
Hex 49 8D 70 30 0 15 2D 9A 20 2A
Octal 111 215 160 60 0 25 55 232 40 52
Binary 1001001 10001101 1110000 110000 0 10101 101101 10011010 100000 101010

Color Harmonies of #498D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498D70

Black with #498D70

Text Example


Text Example

White with #498D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,141,112); }

 H1.HeaderClassName
 {
   color: #498D70;
 }
 .AnyTagClassName
 {
   color: #498D70;
 }
</style>

background-color css

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

 a { background-color: rgb(73,141,112); }

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

border-color css

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

 span { border-color: rgb(73,141,112); }

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