Shades of Viridian #4B916D
Tints of Viridian #4B916D
RGB
CMYK
RGB Variations
Color information
#4B916D (or 0x4B916D) is known color: Viridian. HEX triplet: 4B, 91 and 6D. RGB value is (75,145,109). Sum of RGB (Red+Green+Blue) = 75+145+109=329 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.80% from 329); Green value is 145 (57.03% from 255 or 44.07% from 329); Blue value is 109 (42.97% from 255 or 33.13% from 329); Max value from RGB is 145 - color contains mainly: green. Hex color #4B916D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B916D is #B46E92. Grayscale: #787878. Windows color (decimal): -11824787 or 7180619. OLE color: 7180619.
HSL color Cylindrical-coordinate representation of color #4B916D: hue angle of 149.14º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4B916D is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 75 | 145 | 109 | - |
| CMYK | 0.48 | 0 | 0.25 | 0.43 |
| HSL | 149.14º | 0.32% | 0.43% | - |
| HSV(B) | 149.14º | 0.48% | 0.57% | - |
| XYZ | 15.79 | 22.85 | 18.05 | - |
| YUV | 119.97 | 121.81 | 95.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 145 | 109 | 0.48 | 0 | 0.25 | 0.43 | 149.14 | 0.32 | 0.43 |
| Hex | 4B | 91 | 6D | 30 | 0 | 19 | 2B | 95 | 20 | 2B |
| Octal | 113 | 221 | 155 | 60 | 0 | 31 | 53 | 225 | 40 | 53 |
| Binary | 1001011 | 10010001 | 1101101 | 110000 | 0 | 11001 | 101011 | 10010101 | 100000 | 101011 |
Color Harmonies of #4B916D
Complementary color
Monochromatic Colors of #4B916D
Black with #4B916D
Text Example
Text Example
White with #4B916D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B916D; }
p { color: rgb(75,145,109); }
H1.HeaderClassName
{
color: #4B916D;
}
.AnyTagClassName
{
color: #4B916D;
}
</style>
background-color css
<style>
a { background-color: #4B916D; }
a { background-color: rgb(75,145,109); }
div.DivClassName
{
background-color: #4B916D;
}
.BgClassName
{
background-color: #4B916D;
}
</style>
border-color css
<style>
span { border-color: #4B916D; }
span { border-color: rgb(75,145,109); }
td.TdClassName
{
border-color: #4B916D;
}
.TagClassName
{
border-color: #4B916D;
}
</style>