Shades of Viridian #4B886F
Tints of Viridian #4B886F
RGB
CMYK
RGB Variations
Color information
#4B886F (or 0x4B886F) is known color: Viridian. HEX triplet: 4B, 88 and 6F. RGB value is (75,136,111). Sum of RGB (Red+Green+Blue) = 75+136+111=322 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.29% from 322); Green value is 136 (53.52% from 255 or 42.24% from 322); Blue value is 111 (43.75% from 255 or 34.47% from 322); Max value from RGB is 136 - color contains mainly: green. Hex color #4B886F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B886F is #B47790. Grayscale: #727272. Windows color (decimal): -11827089 or 7309387. OLE color: 7309387.
HSL color Cylindrical-coordinate representation of color #4B886F: hue angle of 155.41º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4B886F is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 75 | 136 | 111 | - |
| CMYK | 0.45 | 0 | 0.18 | 0.47 |
| HSL | 155.41º | 0.29% | 0.41% | - |
| HSV(B) | 155.41º | 0.45% | 0.53% | - |
| XYZ | 14.58 | 20.25 | 18.18 | - |
| YUV | 114.91 | 125.79 | 99.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 136 | 111 | 0.45 | 0 | 0.18 | 0.47 | 155.41 | 0.29 | 0.41 |
| Hex | 4B | 88 | 6F | 2D | 0 | 12 | 2F | 9B | 1D | 29 |
| Octal | 113 | 210 | 157 | 55 | 0 | 22 | 57 | 233 | 35 | 51 |
| Binary | 1001011 | 10001000 | 1101111 | 101101 | 0 | 10010 | 101111 | 10011011 | 11101 | 101001 |
Color Harmonies of #4B886F
Complementary color
Monochromatic Colors of #4B886F
Black with #4B886F
Text Example
Text Example
White with #4B886F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B886F; }
p { color: rgb(75,136,111); }
H1.HeaderClassName
{
color: #4B886F;
}
.AnyTagClassName
{
color: #4B886F;
}
</style>
background-color css
<style>
a { background-color: #4B886F; }
a { background-color: rgb(75,136,111); }
div.DivClassName
{
background-color: #4B886F;
}
.BgClassName
{
background-color: #4B886F;
}
</style>
border-color css
<style>
span { border-color: #4B886F; }
span { border-color: rgb(75,136,111); }
td.TdClassName
{
border-color: #4B886F;
}
.TagClassName
{
border-color: #4B886F;
}
</style>