Shades of Viridian #4B8773
Tints of Viridian #4B8773
RGB
CMYK
RGB Variations
Color information
#4B8773 (or 0x4B8773) is known color: Viridian. HEX triplet: 4B, 87 and 73. RGB value is (75,135,115). Sum of RGB (Red+Green+Blue) = 75+135+115=325 (43% of max value = 765). Red value is 75 (29.69% from 255 or 23.08% from 325); Green value is 135 (53.12% from 255 or 41.54% from 325); Blue value is 115 (45.31% from 255 or 35.38% from 325); Max value from RGB is 135 - color contains mainly: green. Hex color #4B8773 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B8773 is #B4788C. Grayscale: #727272. Windows color (decimal): -11827341 or 7571275. OLE color: 7571275.
HSL color Cylindrical-coordinate representation of color #4B8773: hue angle of 160º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4B8773 is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 75 | 135 | 115 | - |
| CMYK | 0.44 | 0 | 0.15 | 0.47 |
| HSL | 160º | 0.29% | 0.41% | - |
| HSV(B) | 160º | 0.44% | 0.53% | - |
| XYZ | 14.66 | 20.06 | 19.32 | - |
| YUV | 114.78 | 128.12 | 99.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 135 | 115 | 0.44 | 0 | 0.15 | 0.47 | 160 | 0.29 | 0.41 |
| Hex | 4B | 87 | 73 | 2C | 0 | F | 2F | A0 | 1D | 29 |
| Octal | 113 | 207 | 163 | 54 | 0 | 17 | 57 | 240 | 35 | 51 |
| Binary | 1001011 | 10000111 | 1110011 | 101100 | 0 | 1111 | 101111 | 10100000 | 11101 | 101001 |
Color Harmonies of #4B8773
Complementary color
Monochromatic Colors of #4B8773
Black with #4B8773
Text Example
Text Example
White with #4B8773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B8773; }
p { color: rgb(75,135,115); }
H1.HeaderClassName
{
color: #4B8773;
}
.AnyTagClassName
{
color: #4B8773;
}
</style>
background-color css
<style>
a { background-color: #4B8773; }
a { background-color: rgb(75,135,115); }
div.DivClassName
{
background-color: #4B8773;
}
.BgClassName
{
background-color: #4B8773;
}
</style>
border-color css
<style>
span { border-color: #4B8773; }
span { border-color: rgb(75,135,115); }
td.TdClassName
{
border-color: #4B8773;
}
.TagClassName
{
border-color: #4B8773;
}
</style>