Shades of Viridian #4B8D71
Tints of Viridian #4B8D71
RGB
CMYK
RGB Variations
Color information
#4B8D71 (or 0x4B8D71) is known color: Viridian. HEX triplet: 4B, 8D and 71. RGB value is (75,141,113). Sum of RGB (Red+Green+Blue) = 75+141+113=329 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.80% from 329); Green value is 141 (55.47% from 255 or 42.86% from 329); Blue value is 113 (44.53% from 255 or 34.35% from 329); Max value from RGB is 141 - color contains mainly: green. Hex color #4B8D71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B8D71 is #B4728E. Grayscale: #767676. Windows color (decimal): -11825807 or 7441739. OLE color: 7441739.
HSL color Cylindrical-coordinate representation of color #4B8D71: hue angle of 154.55º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4B8D71 is Cyan = 0.47, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 75 | 141 | 113 | - |
| CMYK | 0.47 | 0 | 0.20 | 0.45 |
| HSL | 154.55º | 0.31% | 0.42% | - |
| HSV(B) | 154.55º | 0.47% | 0.55% | - |
| XYZ | 15.41 | 21.74 | 19.01 | - |
| YUV | 118.07 | 125.13 | 97.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 141 | 113 | 0.47 | 0 | 0.20 | 0.45 | 154.55 | 0.31 | 0.42 |
| Hex | 4B | 8D | 71 | 2F | 0 | 14 | 2D | 9B | 1F | 2A |
| Octal | 113 | 215 | 161 | 57 | 0 | 24 | 55 | 233 | 37 | 52 |
| Binary | 1001011 | 10001101 | 1110001 | 101111 | 0 | 10100 | 101101 | 10011011 | 11111 | 101010 |
Color Harmonies of #4B8D71
Complementary color
Monochromatic Colors of #4B8D71
Black with #4B8D71
Text Example
Text Example
White with #4B8D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B8D71; }
p { color: rgb(75,141,113); }
H1.HeaderClassName
{
color: #4B8D71;
}
.AnyTagClassName
{
color: #4B8D71;
}
</style>
background-color css
<style>
a { background-color: #4B8D71; }
a { background-color: rgb(75,141,113); }
div.DivClassName
{
background-color: #4B8D71;
}
.BgClassName
{
background-color: #4B8D71;
}
</style>
border-color css
<style>
span { border-color: #4B8D71; }
span { border-color: rgb(75,141,113); }
td.TdClassName
{
border-color: #4B8D71;
}
.TagClassName
{
border-color: #4B8D71;
}
</style>