Html Css Color HEX #499371 Viridian

📋 copy color: '#499371'

red 73 ◦ green 147 ◦ blue 113

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

Shades of Viridian #499371

Tints of Viridian #499371

RGB

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

 GREEN value IS 147 (57.81% from 255) = 44.14%

 BLUE value IS 113 (44.53% from 255) = 33.93%

R = 21.92%
G = 44.14%
B = 33.93%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#499371 (or 0x499371) is known color: Viridian. HEX triplet: 49, 93 and 71. RGB value is (73,147,113). Sum of RGB (Red+Green+Blue) = 73+147+113=333 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.92% from 333); Green value is 147 (57.81% from 255 or 44.14% from 333); Blue value is 113 (44.53% from 255 or 33.93% from 333); Max value from RGB is 147 - color contains mainly: green. Hex color #499371 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499371 is #B66C8E. Grayscale: #797979. Windows color (decimal): -11955343 or 7443273. OLE color: 7443273.

HSL color Cylindrical-coordinate representation of color #499371: hue angle of 152.43º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #499371 is Cyan = 0.50, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 147 113 -
CMYK 0.50 0 0.23 0.42
HSL 152.43º 0.34% 0.43% -
HSV(B) 152.43º 0.5% 0.58% -
XYZ 16.16 23.48 19.3 -
YUV 121 123.48 93.76 -
System Red Green Blue C M Y K H S L
Decimal 73 147 113 0.50 0 0.23 0.42 152.43 0.34 0.43
Hex 49 93 71 32 0 17 2A 98 22 2B
Octal 111 223 161 62 0 27 52 230 42 53
Binary 1001001 10010011 1110001 110010 0 10111 101010 10011000 100010 101011

Color Harmonies of #499371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499371

Black with #499371

Text Example


Text Example

White with #499371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499371; }

 p { color: rgb(73,147,113); }

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

background-color css

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

 a { background-color: rgb(73,147,113); }

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

border-color css

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

 span { border-color: rgb(73,147,113); }

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