Shades of Viridian #477A68
Tints of Viridian #477A68
RGB
CMYK
RGB Variations
Color information
#477A68 (or 0x477A68) is known color: Viridian. HEX triplet: 47, 7A and 68. RGB value is (71,122,104). Sum of RGB (Red+Green+Blue) = 71+122+104=297 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.91% from 297); Green value is 122 (48.05% from 255 or 41.08% from 297); Blue value is 104 (41.02% from 255 or 35.02% from 297); Max value from RGB is 122 - color contains mainly: green. Hex color #477A68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477A68 is #B88597. Grayscale: #686868. Windows color (decimal): -12092824 or 6847047. OLE color: 6847047.
HSL color Cylindrical-coordinate representation of color #477A68: hue angle of 158.82º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #477A68 is Cyan = 0.42, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 71 | 122 | 104 | - |
| CMYK | 0.42 | 0 | 0.15 | 0.52 |
| HSL | 158.82º | 0.26% | 0.38% | - |
| HSV(B) | 158.82º | 0.42% | 0.48% | - |
| XYZ | 12.06 | 16.26 | 15.6 | - |
| YUV | 104.7 | 127.6 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 122 | 104 | 0.42 | 0 | 0.15 | 0.52 | 158.82 | 0.26 | 0.38 |
| Hex | 47 | 7A | 68 | 2A | 0 | F | 34 | 9F | 1A | 26 |
| Octal | 107 | 172 | 150 | 52 | 0 | 17 | 64 | 237 | 32 | 46 |
| Binary | 1000111 | 1111010 | 1101000 | 101010 | 0 | 1111 | 110100 | 10011111 | 11010 | 100110 |
Color Harmonies of #477A68
Complementary color
Monochromatic Colors of #477A68
Black with #477A68
Text Example
Text Example
White with #477A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477A68; }
p { color: rgb(71,122,104); }
H1.HeaderClassName
{
color: #477A68;
}
.AnyTagClassName
{
color: #477A68;
}
</style>
background-color css
<style>
a { background-color: #477A68; }
a { background-color: rgb(71,122,104); }
div.DivClassName
{
background-color: #477A68;
}
.BgClassName
{
background-color: #477A68;
}
</style>
border-color css
<style>
span { border-color: #477A68; }
span { border-color: rgb(71,122,104); }
td.TdClassName
{
border-color: #477A68;
}
.TagClassName
{
border-color: #477A68;
}
</style>