Html Css Color HEX #499476 Viridian

📋 copy color: '#499476'

red 73 ◦ green 148 ◦ blue 118

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

Shades of Viridian #499476

Tints of Viridian #499476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 34.81%

R = 21.53%
G = 43.66%
B = 34.81%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#499476 (or 0x499476) is known color: Viridian. HEX triplet: 49, 94 and 76. RGB value is (73,148,118). Sum of RGB (Red+Green+Blue) = 73+148+118=339 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.53% from 339); Green value is 148 (58.20% from 255 or 43.66% from 339); Blue value is 118 (46.48% from 255 or 34.81% from 339); Max value from RGB is 148 - color contains mainly: green. Hex color #499476 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499476 is #B66B89. Grayscale: #7A7A7A. Windows color (decimal): -11955082 or 7771209. OLE color: 7771209.

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

Color convert

RGB 73 148 118 -
CMYK 0.51 0 0.20 0.42
HSL 156º 0.34% 0.43% -
HSV(B) 156º 0.51% 0.58% -
XYZ 16.61 23.9 20.88 -
YUV 122.16 125.65 92.94 -
System Red Green Blue C M Y K H S L
Decimal 73 148 118 0.51 0 0.20 0.42 156 0.34 0.43
Hex 49 94 76 33 0 14 2A 9C 22 2B
Octal 111 224 166 63 0 24 52 234 42 53
Binary 1001001 10010100 1110110 110011 0 10100 101010 10011100 100010 101011

Color Harmonies of #499476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499476

Black with #499476

Text Example


Text Example

White with #499476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499476; }

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

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

background-color css

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

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

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

border-color css

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

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

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