Shades of Viridian #4B9076
Tints of Viridian #4B9076
RGB
CMYK
RGB Variations
Color information
#4B9076 (or 0x4B9076) is known color: Viridian. HEX triplet: 4B, 90 and 76. RGB value is (75,144,118). Sum of RGB (Red+Green+Blue) = 75+144+118=337 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.26% from 337); Green value is 144 (56.64% from 255 or 42.73% from 337); Blue value is 118 (46.48% from 255 or 35.01% from 337); Max value from RGB is 144 - color contains mainly: green. Hex color #4B9076 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B9076 is #B46F89. Grayscale: #787878. Windows color (decimal): -11825034 or 7770187. OLE color: 7770187.
HSL color Cylindrical-coordinate representation of color #4B9076: hue angle of 157.39º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4B9076 is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 75 | 144 | 118 | - |
| CMYK | 0.48 | 0 | 0.18 | 0.44 |
| HSL | 157.39º | 0.32% | 0.43% | - |
| HSV(B) | 157.39º | 0.48% | 0.56% | - |
| XYZ | 16.14 | 22.75 | 20.68 | - |
| YUV | 120.41 | 126.64 | 95.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 144 | 118 | 0.48 | 0 | 0.18 | 0.44 | 157.39 | 0.32 | 0.43 |
| Hex | 4B | 90 | 76 | 30 | 0 | 12 | 2C | 9D | 20 | 2B |
| Octal | 113 | 220 | 166 | 60 | 0 | 22 | 54 | 235 | 40 | 53 |
| Binary | 1001011 | 10010000 | 1110110 | 110000 | 0 | 10010 | 101100 | 10011101 | 100000 | 101011 |
Color Harmonies of #4B9076
Complementary color
Monochromatic Colors of #4B9076
Black with #4B9076
Text Example
Text Example
White with #4B9076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B9076; }
p { color: rgb(75,144,118); }
H1.HeaderClassName
{
color: #4B9076;
}
.AnyTagClassName
{
color: #4B9076;
}
</style>
background-color css
<style>
a { background-color: #4B9076; }
a { background-color: rgb(75,144,118); }
div.DivClassName
{
background-color: #4B9076;
}
.BgClassName
{
background-color: #4B9076;
}
</style>
border-color css
<style>
span { border-color: #4B9076; }
span { border-color: rgb(75,144,118); }
td.TdClassName
{
border-color: #4B9076;
}
.TagClassName
{
border-color: #4B9076;
}
</style>