Shades of Viridian #478366
Tints of Viridian #478366
RGB
CMYK
RGB Variations
Color information
#478366 (or 0x478366) is known color: Viridian. HEX triplet: 47, 83 and 66. RGB value is (71,131,102). Sum of RGB (Red+Green+Blue) = 71+131+102=304 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.36% from 304); Green value is 131 (51.56% from 255 or 43.09% from 304); Blue value is 102 (40.23% from 255 or 33.55% from 304); Max value from RGB is 131 - color contains mainly: green. Hex color #478366 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478366 is #B87C99. Grayscale: #6D6D6D. Windows color (decimal): -12090522 or 6718279. OLE color: 6718279.
HSL color Cylindrical-coordinate representation of color #478366: hue angle of 151º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #478366 is Cyan = 0.46, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 71 | 131 | 102 | - |
| CMYK | 0.46 | 0 | 0.22 | 0.49 |
| HSL | 151º | 0.3% | 0.4% | - |
| HSV(B) | 151º | 0.46% | 0.51% | - |
| XYZ | 13.11 | 18.53 | 15.46 | - |
| YUV | 109.75 | 123.62 | 100.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 131 | 102 | 0.46 | 0 | 0.22 | 0.49 | 151 | 0.3 | 0.4 |
| Hex | 47 | 83 | 66 | 2E | 0 | 16 | 31 | 97 | 1E | 28 |
| Octal | 107 | 203 | 146 | 56 | 0 | 26 | 61 | 227 | 36 | 50 |
| Binary | 1000111 | 10000011 | 1100110 | 101110 | 0 | 10110 | 110001 | 10010111 | 11110 | 101000 |
Color Harmonies of #478366
Complementary color
Monochromatic Colors of #478366
Black with #478366
Text Example
Text Example
White with #478366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478366; }
p { color: rgb(71,131,102); }
H1.HeaderClassName
{
color: #478366;
}
.AnyTagClassName
{
color: #478366;
}
</style>
background-color css
<style>
a { background-color: #478366; }
a { background-color: rgb(71,131,102); }
div.DivClassName
{
background-color: #478366;
}
.BgClassName
{
background-color: #478366;
}
</style>
border-color css
<style>
span { border-color: #478366; }
span { border-color: rgb(71,131,102); }
td.TdClassName
{
border-color: #478366;
}
.TagClassName
{
border-color: #478366;
}
</style>