Shades of Viridian #4B7966
Tints of Viridian #4B7966
RGB
CMYK
RGB Variations
Color information
#4B7966 (or 0x4B7966) is known color: Viridian. HEX triplet: 4B, 79 and 66. RGB value is (75,121,102). Sum of RGB (Red+Green+Blue) = 75+121+102=298 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.17% from 298); Green value is 121 (47.66% from 255 or 40.60% from 298); Blue value is 102 (40.23% from 255 or 34.23% from 298); Max value from RGB is 121 - color contains mainly: green. Hex color #4B7966 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7966 is #B48699. Grayscale: #696969. Windows color (decimal): -11830938 or 6715723. OLE color: 6715723.
HSL color Cylindrical-coordinate representation of color #4B7966: hue angle of 155.22º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4B7966 is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 75 | 121 | 102 | - |
| CMYK | 0.38 | 0 | 0.16 | 0.53 |
| HSL | 155.22º | 0.23% | 0.38% | - |
| HSV(B) | 155.22º | 0.38% | 0.47% | - |
| XYZ | 12.14 | 16.13 | 15.04 | - |
| YUV | 105.08 | 126.26 | 106.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 121 | 102 | 0.38 | 0 | 0.16 | 0.53 | 155.22 | 0.23 | 0.38 |
| Hex | 4B | 79 | 66 | 26 | 0 | 10 | 35 | 9B | 17 | 26 |
| Octal | 113 | 171 | 146 | 46 | 0 | 20 | 65 | 233 | 27 | 46 |
| Binary | 1001011 | 1111001 | 1100110 | 100110 | 0 | 10000 | 110101 | 10011011 | 10111 | 100110 |
Color Harmonies of #4B7966
Complementary color
Monochromatic Colors of #4B7966
Black with #4B7966
Text Example
Text Example
White with #4B7966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7966; }
p { color: rgb(75,121,102); }
H1.HeaderClassName
{
color: #4B7966;
}
.AnyTagClassName
{
color: #4B7966;
}
</style>
background-color css
<style>
a { background-color: #4B7966; }
a { background-color: rgb(75,121,102); }
div.DivClassName
{
background-color: #4B7966;
}
.BgClassName
{
background-color: #4B7966;
}
</style>
border-color css
<style>
span { border-color: #4B7966; }
span { border-color: rgb(75,121,102); }
td.TdClassName
{
border-color: #4B7966;
}
.TagClassName
{
border-color: #4B7966;
}
</style>