Shades of Viridian #4B886B
Tints of Viridian #4B886B
RGB
CMYK
RGB Variations
Color information
#4B886B (or 0x4B886B) is known color: Viridian. HEX triplet: 4B, 88 and 6B. RGB value is (75,136,107). Sum of RGB (Red+Green+Blue) = 75+136+107=318 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.58% from 318); Green value is 136 (53.52% from 255 or 42.77% from 318); Blue value is 107 (42.19% from 255 or 33.65% from 318); Max value from RGB is 136 - color contains mainly: green. Hex color #4B886B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B886B is #B47794. Grayscale: #727272. Windows color (decimal): -11827093 or 7047243. OLE color: 7047243.
HSL color Cylindrical-coordinate representation of color #4B886B: hue angle of 151.48º 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 #4B886B is Cyan = 0.45, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 75 | 136 | 107 | - |
| CMYK | 0.45 | 0 | 0.21 | 0.47 |
| HSL | 151.48º | 0.29% | 0.41% | - |
| HSV(B) | 151.48º | 0.45% | 0.53% | - |
| XYZ | 14.36 | 20.17 | 17.05 | - |
| YUV | 114.46 | 123.79 | 99.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 136 | 107 | 0.45 | 0 | 0.21 | 0.47 | 151.48 | 0.29 | 0.41 |
| Hex | 4B | 88 | 6B | 2D | 0 | 15 | 2F | 97 | 1D | 29 |
| Octal | 113 | 210 | 153 | 55 | 0 | 25 | 57 | 227 | 35 | 51 |
| Binary | 1001011 | 10001000 | 1101011 | 101101 | 0 | 10101 | 101111 | 10010111 | 11101 | 101001 |
Color Harmonies of #4B886B
Complementary color
Monochromatic Colors of #4B886B
Black with #4B886B
Text Example
Text Example
White with #4B886B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B886B; }
p { color: rgb(75,136,107); }
H1.HeaderClassName
{
color: #4B886B;
}
.AnyTagClassName
{
color: #4B886B;
}
</style>
background-color css
<style>
a { background-color: #4B886B; }
a { background-color: rgb(75,136,107); }
div.DivClassName
{
background-color: #4B886B;
}
.BgClassName
{
background-color: #4B886B;
}
</style>
border-color css
<style>
span { border-color: #4B886B; }
span { border-color: rgb(75,136,107); }
td.TdClassName
{
border-color: #4B886B;
}
.TagClassName
{
border-color: #4B886B;
}
</style>