Html Css Color HEX #499575 Viridian

📋 copy color: '#499575'

red 73 ◦ green 149 ◦ blue 117

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

Shades of Viridian #499575

Tints of Viridian #499575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 34.51%

R = 21.53%
G = 43.95%
B = 34.51%

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

#499575 (or 0x499575) is known color: Viridian. HEX triplet: 49, 95 and 75. RGB value is (73,149,117). Sum of RGB (Red+Green+Blue) = 73+149+117=339 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.53% from 339); Green value is 149 (58.59% from 255 or 43.95% from 339); Blue value is 117 (46.09% from 255 or 34.51% from 339); Max value from RGB is 149 - color contains mainly: green. Hex color #499575 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499575 is #B66A8A. Grayscale: #7A7A7A. Windows color (decimal): -11954827 or 7705929. OLE color: 7705929.

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

Color convert

RGB 73 149 117 -
CMYK 0.51 0 0.21 0.42
HSL 154.74º 0.34% 0.44% -
HSV(B) 154.74º 0.51% 0.58% -
XYZ 16.71 24.2 20.62 -
YUV 122.63 124.82 92.6 -
System Red Green Blue C M Y K H S L
Decimal 73 149 117 0.51 0 0.21 0.42 154.74 0.34 0.44
Hex 49 95 75 33 0 15 2A 9B 22 2C
Octal 111 225 165 63 0 25 52 233 42 54
Binary 1001001 10010101 1110101 110011 0 10101 101010 10011011 100010 101100

Color Harmonies of #499575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499575

Black with #499575

Text Example


Text Example

White with #499575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499575; }

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

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

background-color css

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

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

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

border-color css

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

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

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