Html Css Color HEX #499377 Viridian

📋 copy color: '#499377'

red 73 ◦ green 147 ◦ blue 119

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

Shades of Viridian #499377

Tints of Viridian #499377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 35.1%

R = 21.53%
G = 43.36%
B = 35.1%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#499377 (or 0x499377) is known color: Viridian. HEX triplet: 49, 93 and 77. RGB value is (73,147,119). Sum of RGB (Red+Green+Blue) = 73+147+119=339 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.53% from 339); Green value is 147 (57.81% from 255 or 43.36% from 339); Blue value is 119 (46.88% from 255 or 35.10% from 339); Max value from RGB is 147 - color contains mainly: green. Hex color #499377 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499377 is #B66C88. Grayscale: #797979. Windows color (decimal): -11955337 or 7836489. OLE color: 7836489.

HSL color Cylindrical-coordinate representation of color #499377: hue angle of 157.3º 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 #499377 is Cyan = 0.50, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 147 119 -
CMYK 0.50 0 0.19 0.42
HSL 157.3º 0.34% 0.43% -
HSV(B) 157.3º 0.5% 0.58% -
XYZ 16.51 23.62 21.14 -
YUV 121.68 126.48 93.28 -
System Red Green Blue C M Y K H S L
Decimal 73 147 119 0.50 0 0.19 0.42 157.3 0.34 0.43
Hex 49 93 77 32 0 13 2A 9D 22 2B
Octal 111 223 167 62 0 23 52 235 42 53
Binary 1001001 10010011 1110111 110010 0 10011 101010 10011101 100010 101011

Color Harmonies of #499377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499377

Black with #499377

Text Example


Text Example

White with #499377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499377; }

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

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

background-color css

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

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

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

border-color css

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

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

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