Shades of Viridian #4B8970
Tints of Viridian #4B8970
RGB
CMYK
RGB Variations
Color information
#4B8970 (or 0x4B8970) is known color: Viridian. HEX triplet: 4B, 89 and 70. RGB value is (75,137,112). Sum of RGB (Red+Green+Blue) = 75+137+112=324 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.15% from 324); Green value is 137 (53.91% from 255 or 42.28% from 324); Blue value is 112 (44.14% from 255 or 34.57% from 324); Max value from RGB is 137 - color contains mainly: green. Hex color #4B8970 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B8970 is #B4768F. Grayscale: #737373. Windows color (decimal): -11826832 or 7375179. OLE color: 7375179.
HSL color Cylindrical-coordinate representation of color #4B8970: hue angle of 155.81º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4B8970 is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 75 | 137 | 112 | - |
| CMYK | 0.45 | 0 | 0.18 | 0.46 |
| HSL | 155.81º | 0.29% | 0.42% | - |
| HSV(B) | 155.81º | 0.45% | 0.54% | - |
| XYZ | 14.77 | 20.56 | 18.52 | - |
| YUV | 115.61 | 125.96 | 99.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 137 | 112 | 0.45 | 0 | 0.18 | 0.46 | 155.81 | 0.29 | 0.42 |
| Hex | 4B | 89 | 70 | 2D | 0 | 12 | 2E | 9C | 1D | 2A |
| Octal | 113 | 211 | 160 | 55 | 0 | 22 | 56 | 234 | 35 | 52 |
| Binary | 1001011 | 10001001 | 1110000 | 101101 | 0 | 10010 | 101110 | 10011100 | 11101 | 101010 |
Color Harmonies of #4B8970
Complementary color
Monochromatic Colors of #4B8970
Black with #4B8970
Text Example
Text Example
White with #4B8970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B8970; }
p { color: rgb(75,137,112); }
H1.HeaderClassName
{
color: #4B8970;
}
.AnyTagClassName
{
color: #4B8970;
}
</style>
background-color css
<style>
a { background-color: #4B8970; }
a { background-color: rgb(75,137,112); }
div.DivClassName
{
background-color: #4B8970;
}
.BgClassName
{
background-color: #4B8970;
}
</style>
border-color css
<style>
span { border-color: #4B8970; }
span { border-color: rgb(75,137,112); }
td.TdClassName
{
border-color: #4B8970;
}
.TagClassName
{
border-color: #4B8970;
}
</style>