Shades of Viridian #468F74
Tints of Viridian #468F74
RGB
CMYK
RGB Variations
Color information
#468F74 (or 0x468F74) is known color: Viridian. HEX triplet: 46, 8F and 74. RGB value is (70,143,116). Sum of RGB (Red+Green+Blue) = 70+143+116=329 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.28% from 329); Green value is 143 (56.25% from 255 or 43.47% from 329); Blue value is 116 (45.70% from 255 or 35.26% from 329); Max value from RGB is 143 - color contains mainly: green. Hex color #468F74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468F74 is #B9708B. Grayscale: #767676. Windows color (decimal): -12152972 or 7638854. OLE color: 7638854.
HSL color Cylindrical-coordinate representation of color #468F74: hue angle of 157.81º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #468F74 is Cyan = 0.51, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 70 | 143 | 116 | - |
| CMYK | 0.51 | 0 | 0.19 | 0.44 |
| HSL | 157.81º | 0.34% | 0.42% | - |
| HSV(B) | 157.81º | 0.51% | 0.56% | - |
| XYZ | 15.5 | 22.21 | 19.99 | - |
| YUV | 118.1 | 126.82 | 93.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 143 | 116 | 0.51 | 0 | 0.19 | 0.44 | 157.81 | 0.34 | 0.42 |
| Hex | 46 | 8F | 74 | 33 | 0 | 13 | 2C | 9E | 22 | 2A |
| Octal | 106 | 217 | 164 | 63 | 0 | 23 | 54 | 236 | 42 | 52 |
| Binary | 1000110 | 10001111 | 1110100 | 110011 | 0 | 10011 | 101100 | 10011110 | 100010 | 101010 |
Color Harmonies of #468F74
Complementary color
Monochromatic Colors of #468F74
Black with #468F74
Text Example
Text Example
White with #468F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468F74; }
p { color: rgb(70,143,116); }
H1.HeaderClassName
{
color: #468F74;
}
.AnyTagClassName
{
color: #468F74;
}
</style>
background-color css
<style>
a { background-color: #468F74; }
a { background-color: rgb(70,143,116); }
div.DivClassName
{
background-color: #468F74;
}
.BgClassName
{
background-color: #468F74;
}
</style>
border-color css
<style>
span { border-color: #468F74; }
span { border-color: rgb(70,143,116); }
td.TdClassName
{
border-color: #468F74;
}
.TagClassName
{
border-color: #468F74;
}
</style>