Shades of Viridian #478172
Tints of Viridian #478172
RGB
CMYK
RGB Variations
Color information
#478172 (or 0x478172) is known color: Viridian. HEX triplet: 47, 81 and 72. RGB value is (71,129,114). Sum of RGB (Red+Green+Blue) = 71+129+114=314 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.61% from 314); Green value is 129 (50.78% from 255 or 41.08% from 314); Blue value is 114 (44.92% from 255 or 36.31% from 314); Max value from RGB is 129 - color contains mainly: green. Hex color #478172 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478172 is #B87E8D. Grayscale: #6D6D6D. Windows color (decimal): -12091022 or 7504199. OLE color: 7504199.
HSL color Cylindrical-coordinate representation of color #478172: hue angle of 164.48º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #478172 is Cyan = 0.45, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 71 | 129 | 114 | - |
| CMYK | 0.45 | 0 | 0.12 | 0.49 |
| HSL | 164.48º | 0.29% | 0.39% | - |
| HSV(B) | 164.48º | 0.45% | 0.51% | - |
| XYZ | 13.49 | 18.26 | 18.73 | - |
| YUV | 109.95 | 130.28 | 100.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 129 | 114 | 0.45 | 0 | 0.12 | 0.49 | 164.48 | 0.29 | 0.39 |
| Hex | 47 | 81 | 72 | 2D | 0 | C | 31 | A4 | 1D | 27 |
| Octal | 107 | 201 | 162 | 55 | 0 | 14 | 61 | 244 | 35 | 47 |
| Binary | 1000111 | 10000001 | 1110010 | 101101 | 0 | 1100 | 110001 | 10100100 | 11101 | 100111 |
Color Harmonies of #478172
Complementary color
Monochromatic Colors of #478172
Black with #478172
Text Example
Text Example
White with #478172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478172; }
p { color: rgb(71,129,114); }
H1.HeaderClassName
{
color: #478172;
}
.AnyTagClassName
{
color: #478172;
}
</style>
background-color css
<style>
a { background-color: #478172; }
a { background-color: rgb(71,129,114); }
div.DivClassName
{
background-color: #478172;
}
.BgClassName
{
background-color: #478172;
}
</style>
border-color css
<style>
span { border-color: #478172; }
span { border-color: rgb(71,129,114); }
td.TdClassName
{
border-color: #478172;
}
.TagClassName
{
border-color: #478172;
}
</style>