Html Css Color HEX #499174 Viridian

📋 copy color: '#499174'

red 73 ◦ green 145 ◦ blue 116

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

Shades of Viridian #499174

Tints of Viridian #499174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 34.73%

R = 21.86%
G = 43.41%
B = 34.73%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.2

 K value IS 0.43

RGB Variations

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

Color information

#499174 (or 0x499174) is known color: Viridian. HEX triplet: 49, 91 and 74. RGB value is (73,145,116). Sum of RGB (Red+Green+Blue) = 73+145+116=334 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.86% from 334); Green value is 145 (57.03% from 255 or 43.41% from 334); Blue value is 116 (45.70% from 255 or 34.73% from 334); Max value from RGB is 145 - color contains mainly: green. Hex color #499174 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499174 is #B66E8B. Grayscale: #787878. Windows color (decimal): -11955852 or 7639369. OLE color: 7639369.

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

Color convert

RGB 73 145 116 -
CMYK 0.50 0 0.2 0.43
HSL 155.83º 0.33% 0.43% -
HSV(B) 155.83º 0.5% 0.57% -
XYZ 16.03 22.93 20.1 -
YUV 120.17 125.65 94.36 -
System Red Green Blue C M Y K H S L
Decimal 73 145 116 0.50 0 0.2 0.43 155.83 0.33 0.43
Hex 49 91 74 32 0 14 2B 9C 21 2B
Octal 111 221 164 62 0 24 53 234 41 53
Binary 1001001 10010001 1110100 110010 0 10100 101011 10011100 100001 101011

Color Harmonies of #499174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499174

Black with #499174

Text Example


Text Example

White with #499174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499174; }

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

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

background-color css

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

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

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

border-color css

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

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

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