Shades of Viridian #4B7F6C
Tints of Viridian #4B7F6C
RGB
CMYK
RGB Variations
Color information
#4B7F6C (or 0x4B7F6C) is known color: Viridian. HEX triplet: 4B, 7F and 6C. RGB value is (75,127,108). Sum of RGB (Red+Green+Blue) = 75+127+108=310 (41% of max value = 765). Red value is 75 (29.69% from 255 or 24.19% from 310); Green value is 127 (50% from 255 or 40.97% from 310); Blue value is 108 (42.58% from 255 or 34.84% from 310); Max value from RGB is 127 - color contains mainly: green. Hex color #4B7F6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7F6C is #B48093. Grayscale: #6D6D6D. Windows color (decimal): -11829396 or 7110475. OLE color: 7110475.
HSL color Cylindrical-coordinate representation of color #4B7F6C: hue angle of 158.08º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4B7F6C is Cyan = 0.41, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 75 | 127 | 108 | - |
| CMYK | 0.41 | 0 | 0.15 | 0.50 |
| HSL | 158.08º | 0.26% | 0.4% | - |
| HSV(B) | 158.08º | 0.41% | 0.5% | - |
| XYZ | 13.2 | 17.76 | 16.92 | - |
| YUV | 109.29 | 127.27 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 127 | 108 | 0.41 | 0 | 0.15 | 0.50 | 158.08 | 0.26 | 0.4 |
| Hex | 4B | 7F | 6C | 29 | 0 | F | 32 | 9E | 1A | 28 |
| Octal | 113 | 177 | 154 | 51 | 0 | 17 | 62 | 236 | 32 | 50 |
| Binary | 1001011 | 1111111 | 1101100 | 101001 | 0 | 1111 | 110010 | 10011110 | 11010 | 101000 |
Color Harmonies of #4B7F6C
Complementary color
Monochromatic Colors of #4B7F6C
Black with #4B7F6C
Text Example
Text Example
White with #4B7F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7F6C; }
p { color: rgb(75,127,108); }
H1.HeaderClassName
{
color: #4B7F6C;
}
.AnyTagClassName
{
color: #4B7F6C;
}
</style>
background-color css
<style>
a { background-color: #4B7F6C; }
a { background-color: rgb(75,127,108); }
div.DivClassName
{
background-color: #4B7F6C;
}
.BgClassName
{
background-color: #4B7F6C;
}
</style>
border-color css
<style>
span { border-color: #4B7F6C; }
span { border-color: rgb(75,127,108); }
td.TdClassName
{
border-color: #4B7F6C;
}
.TagClassName
{
border-color: #4B7F6C;
}
</style>