Shades of Viridian #478167
Tints of Viridian #478167
RGB
CMYK
RGB Variations
Color information
#478167 (or 0x478167) is known color: Viridian. HEX triplet: 47, 81 and 67. RGB value is (71,129,103). Sum of RGB (Red+Green+Blue) = 71+129+103=303 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.43% from 303); Green value is 129 (50.78% from 255 or 42.57% from 303); Blue value is 103 (40.62% from 255 or 33.99% from 303); Max value from RGB is 129 - color contains mainly: green. Hex color #478167 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478167 is #B87E98. Grayscale: #6C6C6C. Windows color (decimal): -12091033 or 6783303. OLE color: 6783303.
HSL color Cylindrical-coordinate representation of color #478167: hue angle of 153.1º 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 #478167 is Cyan = 0.45, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 71 | 129 | 103 | - |
| CMYK | 0.45 | 0 | 0.20 | 0.49 |
| HSL | 153.1º | 0.29% | 0.39% | - |
| HSV(B) | 153.1º | 0.45% | 0.51% | - |
| XYZ | 12.9 | 18.02 | 15.63 | - |
| YUV | 108.69 | 124.78 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 129 | 103 | 0.45 | 0 | 0.20 | 0.49 | 153.1 | 0.29 | 0.39 |
| Hex | 47 | 81 | 67 | 2D | 0 | 14 | 31 | 99 | 1D | 27 |
| Octal | 107 | 201 | 147 | 55 | 0 | 24 | 61 | 231 | 35 | 47 |
| Binary | 1000111 | 10000001 | 1100111 | 101101 | 0 | 10100 | 110001 | 10011001 | 11101 | 100111 |
Color Harmonies of #478167
Complementary color
Monochromatic Colors of #478167
Black with #478167
Text Example
Text Example
White with #478167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478167; }
p { color: rgb(71,129,103); }
H1.HeaderClassName
{
color: #478167;
}
.AnyTagClassName
{
color: #478167;
}
</style>
background-color css
<style>
a { background-color: #478167; }
a { background-color: rgb(71,129,103); }
div.DivClassName
{
background-color: #478167;
}
.BgClassName
{
background-color: #478167;
}
</style>
border-color css
<style>
span { border-color: #478167; }
span { border-color: rgb(71,129,103); }
td.TdClassName
{
border-color: #478167;
}
.TagClassName
{
border-color: #478167;
}
</style>