Html Css Color HEX #498C70 Viridian

📋 copy color: '#498C70'

red 73 ◦ green 140 ◦ blue 112

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

Shades of Viridian #498C70

Tints of Viridian #498C70

RGB

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

 GREEN value IS 140 (55.08% from 255) = 43.08%

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

R = 22.46%
G = 43.08%
B = 34.46%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.20

 K value IS 0.45

RGB Variations

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

Color information

#498C70 (or 0x498C70) is known color: Viridian. HEX triplet: 49, 8C and 70. RGB value is (73,140,112). Sum of RGB (Red+Green+Blue) = 73+140+112=325 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.46% from 325); Green value is 140 (55.08% from 255 or 43.08% from 325); Blue value is 112 (44.14% from 255 or 34.46% from 325); Max value from RGB is 140 - color contains mainly: green. Hex color #498C70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498C70 is #B6738F. Grayscale: #747474. Windows color (decimal): -11957136 or 7375945. OLE color: 7375945.

HSL color Cylindrical-coordinate representation of color #498C70: hue angle of 154.93º degrees, saturation: 0.31, 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 #498C70 is Cyan = 0.48, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.45.

Color convert

RGB 73 140 112 -
CMYK 0.48 0 0.20 0.45
HSL 154.93º 0.31% 0.42% -
HSV(B) 154.93º 0.48% 0.55% -
XYZ 15.05 21.34 18.66 -
YUV 116.78 125.3 96.78 -
System Red Green Blue C M Y K H S L
Decimal 73 140 112 0.48 0 0.20 0.45 154.93 0.31 0.42
Hex 49 8C 70 30 0 14 2D 9B 1F 2A
Octal 111 214 160 60 0 24 55 233 37 52
Binary 1001001 10001100 1110000 110000 0 10100 101101 10011011 11111 101010

Color Harmonies of #498C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498C70

Black with #498C70

Text Example


Text Example

White with #498C70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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