Shades of Viridian #478267
Tints of Viridian #478267
RGB
CMYK
RGB Variations
Color information
#478267 (or 0x478267) is known color: Viridian. HEX triplet: 47, 82 and 67. RGB value is (71,130,103). Sum of RGB (Red+Green+Blue) = 71+130+103=304 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.36% from 304); Green value is 130 (51.17% from 255 or 42.76% from 304); Blue value is 103 (40.62% from 255 or 33.88% from 304); Max value from RGB is 130 - color contains mainly: green. Hex color #478267 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478267 is #B87D98. Grayscale: #6D6D6D. Windows color (decimal): -12090777 or 6783559. OLE color: 6783559.
HSL color Cylindrical-coordinate representation of color #478267: hue angle of 152.54º 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 #478267 is Cyan = 0.45, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 71 | 130 | 103 | - |
| CMYK | 0.45 | 0 | 0.21 | 0.49 |
| HSL | 152.54º | 0.29% | 0.39% | - |
| HSV(B) | 152.54º | 0.45% | 0.51% | - |
| XYZ | 13.03 | 18.28 | 15.67 | - |
| YUV | 109.28 | 124.45 | 100.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 130 | 103 | 0.45 | 0 | 0.21 | 0.49 | 152.54 | 0.29 | 0.39 |
| Hex | 47 | 82 | 67 | 2D | 0 | 15 | 31 | 99 | 1D | 27 |
| Octal | 107 | 202 | 147 | 55 | 0 | 25 | 61 | 231 | 35 | 47 |
| Binary | 1000111 | 10000010 | 1100111 | 101101 | 0 | 10101 | 110001 | 10011001 | 11101 | 100111 |
Color Harmonies of #478267
Complementary color
Monochromatic Colors of #478267
Black with #478267
Text Example
Text Example
White with #478267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478267; }
p { color: rgb(71,130,103); }
H1.HeaderClassName
{
color: #478267;
}
.AnyTagClassName
{
color: #478267;
}
</style>
background-color css
<style>
a { background-color: #478267; }
a { background-color: rgb(71,130,103); }
div.DivClassName
{
background-color: #478267;
}
.BgClassName
{
background-color: #478267;
}
</style>
border-color css
<style>
span { border-color: #478267; }
span { border-color: rgb(71,130,103); }
td.TdClassName
{
border-color: #478267;
}
.TagClassName
{
border-color: #478267;
}
</style>