Shades of Viridian #477462
Tints of Viridian #477462
RGB
CMYK
RGB Variations
Color information
#477462 (or 0x477462) is known color: Viridian. HEX triplet: 47, 74 and 62. RGB value is (71,116,98). Sum of RGB (Red+Green+Blue) = 71+116+98=285 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.91% from 285); Green value is 116 (45.70% from 255 or 40.70% from 285); Blue value is 98 (38.67% from 255 or 34.39% from 285); Max value from RGB is 116 - color contains mainly: green. Hex color #477462 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477462 is #B88B9D. Grayscale: #646464. Windows color (decimal): -12094366 or 6452295. OLE color: 6452295.
HSL color Cylindrical-coordinate representation of color #477462: hue angle of 156º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #477462 is Cyan = 0.39, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 71 | 116 | 98 | - |
| CMYK | 0.39 | 0 | 0.16 | 0.55 |
| HSL | 156º | 0.24% | 0.37% | - |
| HSV(B) | 156º | 0.39% | 0.45% | - |
| XYZ | 11.05 | 14.71 | 13.81 | - |
| YUV | 100.49 | 126.59 | 106.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 116 | 98 | 0.39 | 0 | 0.16 | 0.55 | 156 | 0.24 | 0.37 |
| Hex | 47 | 74 | 62 | 27 | 0 | 10 | 37 | 9C | 18 | 25 |
| Octal | 107 | 164 | 142 | 47 | 0 | 20 | 67 | 234 | 30 | 45 |
| Binary | 1000111 | 1110100 | 1100010 | 100111 | 0 | 10000 | 110111 | 10011100 | 11000 | 100101 |
Color Harmonies of #477462
Complementary color
Monochromatic Colors of #477462
Black with #477462
Text Example
Text Example
White with #477462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477462; }
p { color: rgb(71,116,98); }
H1.HeaderClassName
{
color: #477462;
}
.AnyTagClassName
{
color: #477462;
}
</style>
background-color css
<style>
a { background-color: #477462; }
a { background-color: rgb(71,116,98); }
div.DivClassName
{
background-color: #477462;
}
.BgClassName
{
background-color: #477462;
}
</style>
border-color css
<style>
span { border-color: #477462; }
span { border-color: rgb(71,116,98); }
td.TdClassName
{
border-color: #477462;
}
.TagClassName
{
border-color: #477462;
}
</style>