Shades of Viridian #4B8F70
Tints of Viridian #4B8F70
RGB
CMYK
RGB Variations
Color information
#4B8F70 (or 0x4B8F70) is known color: Viridian. HEX triplet: 4B, 8F and 70. RGB value is (75,143,112). Sum of RGB (Red+Green+Blue) = 75+143+112=330 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.73% from 330); Green value is 143 (56.25% from 255 or 43.33% from 330); Blue value is 112 (44.14% from 255 or 33.94% from 330); Max value from RGB is 143 - color contains mainly: green. Hex color #4B8F70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B8F70 is #B4708F. Grayscale: #777777. Windows color (decimal): -11825296 or 7376715. OLE color: 7376715.
HSL color Cylindrical-coordinate representation of color #4B8F70: hue angle of 152.65º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4B8F70 is Cyan = 0.48, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 75 | 143 | 112 | - |
| CMYK | 0.48 | 0 | 0.22 | 0.44 |
| HSL | 152.65º | 0.31% | 0.43% | - |
| HSV(B) | 152.65º | 0.48% | 0.56% | - |
| XYZ | 15.65 | 22.31 | 18.81 | - |
| YUV | 119.13 | 123.97 | 96.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 143 | 112 | 0.48 | 0 | 0.22 | 0.44 | 152.65 | 0.31 | 0.43 |
| Hex | 4B | 8F | 70 | 30 | 0 | 16 | 2C | 99 | 1F | 2B |
| Octal | 113 | 217 | 160 | 60 | 0 | 26 | 54 | 231 | 37 | 53 |
| Binary | 1001011 | 10001111 | 1110000 | 110000 | 0 | 10110 | 101100 | 10011001 | 11111 | 101011 |
Color Harmonies of #4B8F70
Complementary color
Monochromatic Colors of #4B8F70
Black with #4B8F70
Text Example
Text Example
White with #4B8F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B8F70; }
p { color: rgb(75,143,112); }
H1.HeaderClassName
{
color: #4B8F70;
}
.AnyTagClassName
{
color: #4B8F70;
}
</style>
background-color css
<style>
a { background-color: #4B8F70; }
a { background-color: rgb(75,143,112); }
div.DivClassName
{
background-color: #4B8F70;
}
.BgClassName
{
background-color: #4B8F70;
}
</style>
border-color css
<style>
span { border-color: #4B8F70; }
span { border-color: rgb(75,143,112); }
td.TdClassName
{
border-color: #4B8F70;
}
.TagClassName
{
border-color: #4B8F70;
}
</style>