Shades of Viridian #479173
Tints of Viridian #479173
RGB
CMYK
RGB Variations
Color information
#479173 (or 0x479173) is known color: Viridian. HEX triplet: 47, 91 and 73. RGB value is (71,145,115). Sum of RGB (Red+Green+Blue) = 71+145+115=331 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.45% from 331); Green value is 145 (57.03% from 255 or 43.81% from 331); Blue value is 115 (45.31% from 255 or 34.74% from 331); Max value from RGB is 145 - color contains mainly: green. Hex color #479173 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479173 is #B86E8C. Grayscale: #777777. Windows color (decimal): -12086925 or 7573831. OLE color: 7573831.
HSL color Cylindrical-coordinate representation of color #479173: hue angle of 155.68º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #479173 is Cyan = 0.51, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 71 | 145 | 115 | - |
| CMYK | 0.51 | 0 | 0.21 | 0.43 |
| HSL | 155.68º | 0.34% | 0.42% | - |
| HSV(B) | 155.68º | 0.51% | 0.57% | - |
| XYZ | 15.82 | 22.83 | 19.79 | - |
| YUV | 119.45 | 125.48 | 93.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 145 | 115 | 0.51 | 0 | 0.21 | 0.43 | 155.68 | 0.34 | 0.42 |
| Hex | 47 | 91 | 73 | 33 | 0 | 15 | 2B | 9C | 22 | 2A |
| Octal | 107 | 221 | 163 | 63 | 0 | 25 | 53 | 234 | 42 | 52 |
| Binary | 1000111 | 10010001 | 1110011 | 110011 | 0 | 10101 | 101011 | 10011100 | 100010 | 101010 |
Color Harmonies of #479173
Complementary color
Monochromatic Colors of #479173
Black with #479173
Text Example
Text Example
White with #479173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479173; }
p { color: rgb(71,145,115); }
H1.HeaderClassName
{
color: #479173;
}
.AnyTagClassName
{
color: #479173;
}
</style>
background-color css
<style>
a { background-color: #479173; }
a { background-color: rgb(71,145,115); }
div.DivClassName
{
background-color: #479173;
}
.BgClassName
{
background-color: #479173;
}
</style>
border-color css
<style>
span { border-color: #479173; }
span { border-color: rgb(71,145,115); }
td.TdClassName
{
border-color: #479173;
}
.TagClassName
{
border-color: #479173;
}
</style>