Shades of Viridian #4B7F6D
Tints of Viridian #4B7F6D
RGB
CMYK
RGB Variations
Color information
#4B7F6D (or 0x4B7F6D) is known color: Viridian. HEX triplet: 4B, 7F and 6D. RGB value is (75,127,109). Sum of RGB (Red+Green+Blue) = 75+127+109=311 (41% of max value = 765). Red value is 75 (29.69% from 255 or 24.12% from 311); Green value is 127 (50% from 255 or 40.84% from 311); Blue value is 109 (42.97% from 255 or 35.05% from 311); Max value from RGB is 127 - color contains mainly: green. Hex color #4B7F6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7F6D is #B48092. Grayscale: #6D6D6D. Windows color (decimal): -11829395 or 7176011. OLE color: 7176011.
HSL color Cylindrical-coordinate representation of color #4B7F6D: hue angle of 159.23º 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 #4B7F6D is Cyan = 0.41, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 75 | 127 | 109 | - |
| CMYK | 0.41 | 0 | 0.14 | 0.50 |
| HSL | 159.23º | 0.26% | 0.4% | - |
| HSV(B) | 159.23º | 0.41% | 0.5% | - |
| XYZ | 13.25 | 17.78 | 17.2 | - |
| YUV | 109.4 | 127.77 | 103.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 127 | 109 | 0.41 | 0 | 0.14 | 0.50 | 159.23 | 0.26 | 0.4 |
| Hex | 4B | 7F | 6D | 29 | 0 | E | 32 | 9F | 1A | 28 |
| Octal | 113 | 177 | 155 | 51 | 0 | 16 | 62 | 237 | 32 | 50 |
| Binary | 1001011 | 1111111 | 1101101 | 101001 | 0 | 1110 | 110010 | 10011111 | 11010 | 101000 |
Color Harmonies of #4B7F6D
Complementary color
Monochromatic Colors of #4B7F6D
Black with #4B7F6D
Text Example
Text Example
White with #4B7F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7F6D; }
p { color: rgb(75,127,109); }
H1.HeaderClassName
{
color: #4B7F6D;
}
.AnyTagClassName
{
color: #4B7F6D;
}
</style>
background-color css
<style>
a { background-color: #4B7F6D; }
a { background-color: rgb(75,127,109); }
div.DivClassName
{
background-color: #4B7F6D;
}
.BgClassName
{
background-color: #4B7F6D;
}
</style>
border-color css
<style>
span { border-color: #4B7F6D; }
span { border-color: rgb(75,127,109); }
td.TdClassName
{
border-color: #4B7F6D;
}
.TagClassName
{
border-color: #4B7F6D;
}
</style>