Html Css Color HEX #499576 Viridian

📋 copy color: '#499576'

red 73 ◦ green 149 ◦ blue 118

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

Shades of Viridian #499576

Tints of Viridian #499576

RGB

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

 GREEN value IS 149 (58.59% from 255) = 43.82%

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

R = 21.47%
G = 43.82%
B = 34.71%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#499576 (or 0x499576) is known color: Viridian. HEX triplet: 49, 95 and 76. RGB value is (73,149,118). Sum of RGB (Red+Green+Blue) = 73+149+118=340 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.47% from 340); Green value is 149 (58.59% from 255 or 43.82% from 340); Blue value is 118 (46.48% from 255 or 34.71% from 340); Max value from RGB is 149 - color contains mainly: green. Hex color #499576 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499576 is #B66A89. Grayscale: #7A7A7A. Windows color (decimal): -11954826 or 7771465. OLE color: 7771465.

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

Color convert

RGB 73 149 118 -
CMYK 0.51 0 0.21 0.42
HSL 155.53º 0.34% 0.44% -
HSV(B) 155.53º 0.51% 0.58% -
XYZ 16.77 24.22 20.93 -
YUV 122.74 125.32 92.52 -
System Red Green Blue C M Y K H S L
Decimal 73 149 118 0.51 0 0.21 0.42 155.53 0.34 0.44
Hex 49 95 76 33 0 15 2A 9C 22 2C
Octal 111 225 166 63 0 25 52 234 42 54
Binary 1001001 10010101 1110110 110011 0 10101 101010 10011100 100010 101100

Color Harmonies of #499576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499576

Black with #499576

Text Example


Text Example

White with #499576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499576; }

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

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

background-color css

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

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

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

border-color css

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

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

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