Shades of Viridian #4B7D66
Tints of Viridian #4B7D66
RGB
CMYK
RGB Variations
Color information
#4B7D66 (or 0x4B7D66) is known color: Viridian. HEX triplet: 4B, 7D and 66. RGB value is (75,125,102). Sum of RGB (Red+Green+Blue) = 75+125+102=302 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.83% from 302); Green value is 125 (49.22% from 255 or 41.39% from 302); Blue value is 102 (40.23% from 255 or 33.77% from 302); Max value from RGB is 125 - color contains mainly: green. Hex color #4B7D66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7D66 is #B48299. Grayscale: #6B6B6B. Windows color (decimal): -11829914 or 6716747. OLE color: 6716747.
HSL color Cylindrical-coordinate representation of color #4B7D66: hue angle of 152.4º degrees, saturation: 0.25, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4B7D66 is Cyan = 0.40, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 75 | 125 | 102 | - |
| CMYK | 0.40 | 0 | 0.18 | 0.51 |
| HSL | 152.4º | 0.25% | 0.39% | - |
| HSV(B) | 152.4º | 0.4% | 0.49% | - |
| XYZ | 12.63 | 17.12 | 15.21 | - |
| YUV | 107.43 | 124.94 | 104.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 125 | 102 | 0.40 | 0 | 0.18 | 0.51 | 152.4 | 0.25 | 0.39 |
| Hex | 4B | 7D | 66 | 28 | 0 | 12 | 33 | 98 | 19 | 27 |
| Octal | 113 | 175 | 146 | 50 | 0 | 22 | 63 | 230 | 31 | 47 |
| Binary | 1001011 | 1111101 | 1100110 | 101000 | 0 | 10010 | 110011 | 10011000 | 11001 | 100111 |
Color Harmonies of #4B7D66
Complementary color
Monochromatic Colors of #4B7D66
Black with #4B7D66
Text Example
Text Example
White with #4B7D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7D66; }
p { color: rgb(75,125,102); }
H1.HeaderClassName
{
color: #4B7D66;
}
.AnyTagClassName
{
color: #4B7D66;
}
</style>
background-color css
<style>
a { background-color: #4B7D66; }
a { background-color: rgb(75,125,102); }
div.DivClassName
{
background-color: #4B7D66;
}
.BgClassName
{
background-color: #4B7D66;
}
</style>
border-color css
<style>
span { border-color: #4B7D66; }
span { border-color: rgb(75,125,102); }
td.TdClassName
{
border-color: #4B7D66;
}
.TagClassName
{
border-color: #4B7D66;
}
</style>