Html Css Color HEX #499372 Viridian

📋 copy color: '#499372'

red 73 ◦ green 147 ◦ blue 114

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

Shades of Viridian #499372

Tints of Viridian #499372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 34.13%

R = 21.86%
G = 44.01%
B = 34.13%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#499372 (or 0x499372) is known color: Viridian. HEX triplet: 49, 93 and 72. RGB value is (73,147,114). Sum of RGB (Red+Green+Blue) = 73+147+114=334 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.86% from 334); Green value is 147 (57.81% from 255 or 44.01% from 334); Blue value is 114 (44.92% from 255 or 34.13% from 334); Max value from RGB is 147 - color contains mainly: green. Hex color #499372 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499372 is #B66C8D. Grayscale: #797979. Windows color (decimal): -11955342 or 7508809. OLE color: 7508809.

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

Color convert

RGB 73 147 114 -
CMYK 0.50 0 0.22 0.42
HSL 153.24º 0.34% 0.43% -
HSV(B) 153.24º 0.5% 0.58% -
XYZ 16.22 23.5 19.6 -
YUV 121.11 123.98 93.68 -
System Red Green Blue C M Y K H S L
Decimal 73 147 114 0.50 0 0.22 0.42 153.24 0.34 0.43
Hex 49 93 72 32 0 16 2A 99 22 2B
Octal 111 223 162 62 0 26 52 231 42 53
Binary 1001001 10010011 1110010 110010 0 10110 101010 10011001 100010 101011

Color Harmonies of #499372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499372

Black with #499372

Text Example


Text Example

White with #499372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499372; }

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

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

background-color css

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

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

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

border-color css

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

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

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