Shades of Viridian #4B866C
Tints of Viridian #4B866C
RGB
CMYK
RGB Variations
Color information
#4B866C (or 0x4B866C) is known color: Viridian. HEX triplet: 4B, 86 and 6C. RGB value is (75,134,108). Sum of RGB (Red+Green+Blue) = 75+134+108=317 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.66% from 317); Green value is 134 (52.73% from 255 or 42.27% from 317); Blue value is 108 (42.58% from 255 or 34.07% from 317); Max value from RGB is 134 - color contains mainly: green. Hex color #4B866C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B866C is #B47993. Grayscale: #717171. Windows color (decimal): -11827604 or 7112267. OLE color: 7112267.
HSL color Cylindrical-coordinate representation of color #4B866C: hue angle of 153.56º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4B866C is Cyan = 0.44, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 75 | 134 | 108 | - |
| CMYK | 0.44 | 0 | 0.19 | 0.47 |
| HSL | 153.56º | 0.28% | 0.41% | - |
| HSV(B) | 153.56º | 0.44% | 0.53% | - |
| XYZ | 14.13 | 19.63 | 17.23 | - |
| YUV | 113.4 | 124.95 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 134 | 108 | 0.44 | 0 | 0.19 | 0.47 | 153.56 | 0.28 | 0.41 |
| Hex | 4B | 86 | 6C | 2C | 0 | 13 | 2F | 9A | 1C | 29 |
| Octal | 113 | 206 | 154 | 54 | 0 | 23 | 57 | 232 | 34 | 51 |
| Binary | 1001011 | 10000110 | 1101100 | 101100 | 0 | 10011 | 101111 | 10011010 | 11100 | 101001 |
Color Harmonies of #4B866C
Complementary color
Monochromatic Colors of #4B866C
Black with #4B866C
Text Example
Text Example
White with #4B866C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B866C; }
p { color: rgb(75,134,108); }
H1.HeaderClassName
{
color: #4B866C;
}
.AnyTagClassName
{
color: #4B866C;
}
</style>
background-color css
<style>
a { background-color: #4B866C; }
a { background-color: rgb(75,134,108); }
div.DivClassName
{
background-color: #4B866C;
}
.BgClassName
{
background-color: #4B866C;
}
</style>
border-color css
<style>
span { border-color: #4B866C; }
span { border-color: rgb(75,134,108); }
td.TdClassName
{
border-color: #4B866C;
}
.TagClassName
{
border-color: #4B866C;
}
</style>