Shades of Viridian #4B886C
Tints of Viridian #4B886C
RGB
CMYK
RGB Variations
Color information
#4B886C (or 0x4B886C) is known color: Viridian. HEX triplet: 4B, 88 and 6C. RGB value is (75,136,108). Sum of RGB (Red+Green+Blue) = 75+136+108=319 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.51% from 319); Green value is 136 (53.52% from 255 or 42.63% from 319); Blue value is 108 (42.58% from 255 or 33.86% from 319); Max value from RGB is 136 - color contains mainly: green. Hex color #4B886C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B886C is #B47793. Grayscale: #727272. Windows color (decimal): -11827092 or 7112779. OLE color: 7112779.
HSL color Cylindrical-coordinate representation of color #4B886C: hue angle of 152.46º 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 #4B886C is Cyan = 0.45, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 75 | 136 | 108 | - |
| CMYK | 0.45 | 0 | 0.21 | 0.47 |
| HSL | 152.46º | 0.29% | 0.41% | - |
| HSV(B) | 152.46º | 0.45% | 0.53% | - |
| XYZ | 14.41 | 20.19 | 17.32 | - |
| YUV | 114.57 | 124.29 | 99.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 136 | 108 | 0.45 | 0 | 0.21 | 0.47 | 152.46 | 0.29 | 0.41 |
| Hex | 4B | 88 | 6C | 2D | 0 | 15 | 2F | 98 | 1D | 29 |
| Octal | 113 | 210 | 154 | 55 | 0 | 25 | 57 | 230 | 35 | 51 |
| Binary | 1001011 | 10001000 | 1101100 | 101101 | 0 | 10101 | 101111 | 10011000 | 11101 | 101001 |
Color Harmonies of #4B886C
Complementary color
Monochromatic Colors of #4B886C
Black with #4B886C
Text Example
Text Example
White with #4B886C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B886C; }
p { color: rgb(75,136,108); }
H1.HeaderClassName
{
color: #4B886C;
}
.AnyTagClassName
{
color: #4B886C;
}
</style>
background-color css
<style>
a { background-color: #4B886C; }
a { background-color: rgb(75,136,108); }
div.DivClassName
{
background-color: #4B886C;
}
.BgClassName
{
background-color: #4B886C;
}
</style>
border-color css
<style>
span { border-color: #4B886C; }
span { border-color: rgb(75,136,108); }
td.TdClassName
{
border-color: #4B886C;
}
.TagClassName
{
border-color: #4B886C;
}
</style>