Html Css Color HEX #499472 Viridian

📋 copy color: '#499472'

red 73 ◦ green 148 ◦ blue 114

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

Shades of Viridian #499472

Tints of Viridian #499472

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.18%

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

R = 21.79%
G = 44.18%
B = 34.03%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#499472 (or 0x499472) is known color: Viridian. HEX triplet: 49, 94 and 72. RGB value is (73,148,114). Sum of RGB (Red+Green+Blue) = 73+148+114=335 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.79% from 335); Green value is 148 (58.20% from 255 or 44.18% from 335); Blue value is 114 (44.92% from 255 or 34.03% from 335); Max value from RGB is 148 - color contains mainly: green. Hex color #499472 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499472 is #B66B8D. Grayscale: #797979. Windows color (decimal): -11955086 or 7509065. OLE color: 7509065.

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

Color convert

RGB 73 148 114 -
CMYK 0.51 0 0.23 0.42
HSL 152.8º 0.34% 0.43% -
HSV(B) 152.8º 0.51% 0.58% -
XYZ 16.37 23.81 19.65 -
YUV 121.7 123.65 93.26 -
System Red Green Blue C M Y K H S L
Decimal 73 148 114 0.51 0 0.23 0.42 152.8 0.34 0.43
Hex 49 94 72 33 0 17 2A 99 22 2B
Octal 111 224 162 63 0 27 52 231 42 53
Binary 1001001 10010100 1110010 110011 0 10111 101010 10011001 100010 101011

Color Harmonies of #499472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499472

Black with #499472

Text Example


Text Example

White with #499472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499472; }

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

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

background-color css

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

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

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

border-color css

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

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

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