Shades of Viridian Green #476758
Tints of Viridian Green #476758
RGB
CMYK
RGB Variations
Color information
#476758 (or 0x476758) is known color: Viridian Green. HEX triplet: 47, 67 and 58. RGB value is (71,103,88). Sum of RGB (Red+Green+Blue) = 71+103+88=262 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.10% from 262); Green value is 103 (40.62% from 255 or 39.31% from 262); Blue value is 88 (34.77% from 255 or 33.59% from 262); Max value from RGB is 103 - color contains mainly: green. Hex color #476758 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476758 is #B898A7. Grayscale: #5B5B5B. Windows color (decimal): -12097704 or 5793607. OLE color: 5793607.
HSL color Cylindrical-coordinate representation of color #476758: hue angle of 151.88º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #476758 is Cyan = 0.31, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 71 | 103 | 88 | - |
| CMYK | 0.31 | 0 | 0.15 | 0.60 |
| HSL | 151.88º | 0.18% | 0.34% | - |
| HSV(B) | 151.88º | 0.31% | 0.4% | - |
| XYZ | 9.21 | 11.74 | 11.01 | - |
| YUV | 91.72 | 125.9 | 113.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 103 | 88 | 0.31 | 0 | 0.15 | 0.60 | 151.88 | 0.18 | 0.34 |
| Hex | 47 | 67 | 58 | 1F | 0 | F | 3C | 98 | 12 | 22 |
| Octal | 107 | 147 | 130 | 37 | 0 | 17 | 74 | 230 | 22 | 42 |
| Binary | 1000111 | 1100111 | 1011000 | 11111 | 0 | 1111 | 111100 | 10011000 | 10010 | 100010 |
Color Harmonies of #476758
Complementary color
Monochromatic Colors of #476758
Black with #476758
Text Example
Text Example
White with #476758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476758; }
p { color: rgb(71,103,88); }
H1.HeaderClassName
{
color: #476758;
}
.AnyTagClassName
{
color: #476758;
}
</style>
background-color css
<style>
a { background-color: #476758; }
a { background-color: rgb(71,103,88); }
div.DivClassName
{
background-color: #476758;
}
.BgClassName
{
background-color: #476758;
}
</style>
border-color css
<style>
span { border-color: #476758; }
span { border-color: rgb(71,103,88); }
td.TdClassName
{
border-color: #476758;
}
.TagClassName
{
border-color: #476758;
}
</style>