Shades of Viridian #4B8E73
Tints of Viridian #4B8E73
RGB
CMYK
RGB Variations
Color information
#4B8E73 (or 0x4B8E73) is known color: Viridian. HEX triplet: 4B, 8E and 73. RGB value is (75,142,115). Sum of RGB (Red+Green+Blue) = 75+142+115=332 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.59% from 332); Green value is 142 (55.86% from 255 or 42.77% from 332); Blue value is 115 (45.31% from 255 or 34.64% from 332); Max value from RGB is 142 - color contains mainly: green. Hex color #4B8E73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B8E73 is #B4718C. Grayscale: #767676. Windows color (decimal): -11825549 or 7573067. OLE color: 7573067.
HSL color Cylindrical-coordinate representation of color #4B8E73: hue angle of 155.82º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4B8E73 is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 75 | 142 | 115 | - |
| CMYK | 0.47 | 0 | 0.19 | 0.44 |
| HSL | 155.82º | 0.31% | 0.43% | - |
| HSV(B) | 155.82º | 0.47% | 0.56% | - |
| XYZ | 15.67 | 22.08 | 19.66 | - |
| YUV | 118.89 | 125.8 | 96.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 142 | 115 | 0.47 | 0 | 0.19 | 0.44 | 155.82 | 0.31 | 0.43 |
| Hex | 4B | 8E | 73 | 2F | 0 | 13 | 2C | 9C | 1F | 2B |
| Octal | 113 | 216 | 163 | 57 | 0 | 23 | 54 | 234 | 37 | 53 |
| Binary | 1001011 | 10001110 | 1110011 | 101111 | 0 | 10011 | 101100 | 10011100 | 11111 | 101011 |
Color Harmonies of #4B8E73
Complementary color
Monochromatic Colors of #4B8E73
Black with #4B8E73
Text Example
Text Example
White with #4B8E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B8E73; }
p { color: rgb(75,142,115); }
H1.HeaderClassName
{
color: #4B8E73;
}
.AnyTagClassName
{
color: #4B8E73;
}
</style>
background-color css
<style>
a { background-color: #4B8E73; }
a { background-color: rgb(75,142,115); }
div.DivClassName
{
background-color: #4B8E73;
}
.BgClassName
{
background-color: #4B8E73;
}
</style>
border-color css
<style>
span { border-color: #4B8E73; }
span { border-color: rgb(75,142,115); }
td.TdClassName
{
border-color: #4B8E73;
}
.TagClassName
{
border-color: #4B8E73;
}
</style>