Shades of Viridian #467E6F
Tints of Viridian #467E6F
RGB
CMYK
RGB Variations
Color information
#467E6F (or 0x467E6F) is known color: Viridian. HEX triplet: 46, 7E and 6F. RGB value is (70,126,111). Sum of RGB (Red+Green+Blue) = 70+126+111=307 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.80% from 307); Green value is 126 (49.61% from 255 or 41.04% from 307); Blue value is 111 (43.75% from 255 or 36.16% from 307); Max value from RGB is 126 - color contains mainly: green. Hex color #467E6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467E6F is #B98190. Grayscale: #6B6B6B. Windows color (decimal): -12157329 or 7306822. OLE color: 7306822.
HSL color Cylindrical-coordinate representation of color #467E6F: hue angle of 163.93º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #467E6F is Cyan = 0.44, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 70 | 126 | 111 | - |
| CMYK | 0.44 | 0 | 0.12 | 0.51 |
| HSL | 163.93º | 0.29% | 0.38% | - |
| HSV(B) | 163.93º | 0.44% | 0.49% | - |
| XYZ | 12.86 | 17.37 | 17.71 | - |
| YUV | 107.55 | 129.95 | 101.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 126 | 111 | 0.44 | 0 | 0.12 | 0.51 | 163.93 | 0.29 | 0.38 |
| Hex | 46 | 7E | 6F | 2C | 0 | C | 33 | A4 | 1D | 26 |
| Octal | 106 | 176 | 157 | 54 | 0 | 14 | 63 | 244 | 35 | 46 |
| Binary | 1000110 | 1111110 | 1101111 | 101100 | 0 | 1100 | 110011 | 10100100 | 11101 | 100110 |
Color Harmonies of #467E6F
Complementary color
Monochromatic Colors of #467E6F
Black with #467E6F
Text Example
Text Example
White with #467E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467E6F; }
p { color: rgb(70,126,111); }
H1.HeaderClassName
{
color: #467E6F;
}
.AnyTagClassName
{
color: #467E6F;
}
</style>
background-color css
<style>
a { background-color: #467E6F; }
a { background-color: rgb(70,126,111); }
div.DivClassName
{
background-color: #467E6F;
}
.BgClassName
{
background-color: #467E6F;
}
</style>
border-color css
<style>
span { border-color: #467E6F; }
span { border-color: rgb(70,126,111); }
td.TdClassName
{
border-color: #467E6F;
}
.TagClassName
{
border-color: #467E6F;
}
</style>