Shades of Viridian #4B8B6F
Tints of Viridian #4B8B6F
RGB
CMYK
RGB Variations
Color information
#4B8B6F (or 0x4B8B6F) is known color: Viridian. HEX triplet: 4B, 8B and 6F. RGB value is (75,139,111). Sum of RGB (Red+Green+Blue) = 75+139+111=325 (43% of max value = 765). Red value is 75 (29.69% from 255 or 23.08% from 325); Green value is 139 (54.69% from 255 or 42.77% from 325); Blue value is 111 (43.75% from 255 or 34.15% from 325); Max value from RGB is 139 - color contains mainly: green. Hex color #4B8B6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B8B6F is #B47490. Grayscale: #747474. Windows color (decimal): -11826321 or 7310155. OLE color: 7310155.
HSL color Cylindrical-coordinate representation of color #4B8B6F: hue angle of 153.75º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4B8B6F is Cyan = 0.46, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 75 | 139 | 111 | - |
| CMYK | 0.46 | 0 | 0.20 | 0.45 |
| HSL | 153.75º | 0.3% | 0.42% | - |
| HSV(B) | 153.75º | 0.46% | 0.55% | - |
| XYZ | 15 | 21.11 | 18.32 | - |
| YUV | 116.67 | 124.8 | 98.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 139 | 111 | 0.46 | 0 | 0.20 | 0.45 | 153.75 | 0.3 | 0.42 |
| Hex | 4B | 8B | 6F | 2E | 0 | 14 | 2D | 9A | 1E | 2A |
| Octal | 113 | 213 | 157 | 56 | 0 | 24 | 55 | 232 | 36 | 52 |
| Binary | 1001011 | 10001011 | 1101111 | 101110 | 0 | 10100 | 101101 | 10011010 | 11110 | 101010 |
Color Harmonies of #4B8B6F
Complementary color
Monochromatic Colors of #4B8B6F
Black with #4B8B6F
Text Example
Text Example
White with #4B8B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B8B6F; }
p { color: rgb(75,139,111); }
H1.HeaderClassName
{
color: #4B8B6F;
}
.AnyTagClassName
{
color: #4B8B6F;
}
</style>
background-color css
<style>
a { background-color: #4B8B6F; }
a { background-color: rgb(75,139,111); }
div.DivClassName
{
background-color: #4B8B6F;
}
.BgClassName
{
background-color: #4B8B6F;
}
</style>
border-color css
<style>
span { border-color: #4B8B6F; }
span { border-color: rgb(75,139,111); }
td.TdClassName
{
border-color: #4B8B6F;
}
.TagClassName
{
border-color: #4B8B6F;
}
</style>