Html Css Color HEX #499170 Viridian

📋 copy color: '#499170'

red 73 ◦ green 145 ◦ blue 112

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

Shades of Viridian #499170

Tints of Viridian #499170

RGB

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

 GREEN value IS 145 (57.03% from 255) = 43.94%

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

R = 22.12%
G = 43.94%
B = 33.94%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#499170 (or 0x499170) is known color: Viridian. HEX triplet: 49, 91 and 70. RGB value is (73,145,112). Sum of RGB (Red+Green+Blue) = 73+145+112=330 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.12% from 330); Green value is 145 (57.03% from 255 or 43.94% from 330); Blue value is 112 (44.14% from 255 or 33.94% from 330); Max value from RGB is 145 - color contains mainly: green. Hex color #499170 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499170 is #B66E8F. Grayscale: #777777. Windows color (decimal): -11955856 or 7377225. OLE color: 7377225.

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

Color convert

RGB 73 145 112 -
CMYK 0.50 0 0.23 0.43
HSL 152.5º 0.33% 0.43% -
HSV(B) 152.5º 0.5% 0.57% -
XYZ 15.8 22.84 18.9 -
YUV 119.71 123.65 94.68 -
System Red Green Blue C M Y K H S L
Decimal 73 145 112 0.50 0 0.23 0.43 152.5 0.33 0.43
Hex 49 91 70 32 0 17 2B 98 21 2B
Octal 111 221 160 62 0 27 53 230 41 53
Binary 1001001 10010001 1110000 110010 0 10111 101011 10011000 100001 101011

Color Harmonies of #499170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499170

Black with #499170

Text Example


Text Example

White with #499170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499170; }

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

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

background-color css

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

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

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

border-color css

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

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

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