Shades of Viridian #477D67
Tints of Viridian #477D67
RGB
CMYK
RGB Variations
Color information
#477D67 (or 0x477D67) is known color: Viridian. HEX triplet: 47, 7D and 67. RGB value is (71,125,103). Sum of RGB (Red+Green+Blue) = 71+125+103=299 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.75% from 299); Green value is 125 (49.22% from 255 or 41.81% from 299); Blue value is 103 (40.62% from 255 or 34.45% from 299); Max value from RGB is 125 - color contains mainly: green. Hex color #477D67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477D67 is #B88298. Grayscale: #6A6A6A. Windows color (decimal): -12092057 or 6782279. OLE color: 6782279.
HSL color Cylindrical-coordinate representation of color #477D67: hue angle of 155.56º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #477D67 is Cyan = 0.43, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 71 | 125 | 103 | - |
| CMYK | 0.43 | 0 | 0.18 | 0.51 |
| HSL | 155.56º | 0.28% | 0.38% | - |
| HSV(B) | 155.56º | 0.43% | 0.49% | - |
| XYZ | 12.38 | 16.99 | 15.46 | - |
| YUV | 106.35 | 126.11 | 102.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 125 | 103 | 0.43 | 0 | 0.18 | 0.51 | 155.56 | 0.28 | 0.38 |
| Hex | 47 | 7D | 67 | 2B | 0 | 12 | 33 | 9C | 1C | 26 |
| Octal | 107 | 175 | 147 | 53 | 0 | 22 | 63 | 234 | 34 | 46 |
| Binary | 1000111 | 1111101 | 1100111 | 101011 | 0 | 10010 | 110011 | 10011100 | 11100 | 100110 |
Color Harmonies of #477D67
Complementary color
Monochromatic Colors of #477D67
Black with #477D67
Text Example
Text Example
White with #477D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477D67; }
p { color: rgb(71,125,103); }
H1.HeaderClassName
{
color: #477D67;
}
.AnyTagClassName
{
color: #477D67;
}
</style>
background-color css
<style>
a { background-color: #477D67; }
a { background-color: rgb(71,125,103); }
div.DivClassName
{
background-color: #477D67;
}
.BgClassName
{
background-color: #477D67;
}
</style>
border-color css
<style>
span { border-color: #477D67; }
span { border-color: rgb(71,125,103); }
td.TdClassName
{
border-color: #477D67;
}
.TagClassName
{
border-color: #477D67;
}
</style>