Html Css Color HEX #498370 Viridian

📋 copy color: '#498370'

red 73 ◦ green 131 ◦ blue 112

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

Shades of Viridian #498370

Tints of Viridian #498370

RGB

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

 GREEN value IS 131 (51.56% from 255) = 41.46%

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

R = 23.1%
G = 41.46%
B = 35.44%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#498370 (or 0x498370) is known color: Viridian. HEX triplet: 49, 83 and 70. RGB value is (73,131,112). Sum of RGB (Red+Green+Blue) = 73+131+112=316 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.10% from 316); Green value is 131 (51.56% from 255 or 41.46% from 316); Blue value is 112 (44.14% from 255 or 35.44% from 316); Max value from RGB is 131 - color contains mainly: green. Hex color #498370 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498370 is #B67C8F. Grayscale: #6F6F6F. Windows color (decimal): -11959440 or 7373641. OLE color: 7373641.

HSL color Cylindrical-coordinate representation of color #498370: hue angle of 160.34º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #498370 is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 73 131 112 -
CMYK 0.44 0 0.15 0.49
HSL 160.34º 0.28% 0.4% -
HSV(B) 160.34º 0.44% 0.51% -
XYZ 13.79 18.82 18.23 -
YUV 111.49 128.28 100.54 -
System Red Green Blue C M Y K H S L
Decimal 73 131 112 0.44 0 0.15 0.49 160.34 0.28 0.4
Hex 49 83 70 2C 0 F 31 A0 1C 28
Octal 111 203 160 54 0 17 61 240 34 50
Binary 1001001 10000011 1110000 101100 0 1111 110001 10100000 11100 101000

Color Harmonies of #498370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498370

Black with #498370

Text Example


Text Example

White with #498370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498370; }

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

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

background-color css

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

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

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

border-color css

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

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

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