Shades of Como #4B8760
Tints of Como #4B8760
RGB
CMYK
RGB Variations
Color information
#4B8760 (or 0x4B8760) is known color: Como. HEX triplet: 4B, 87 and 60. RGB value is (75,135,96). Sum of RGB (Red+Green+Blue) = 75+135+96=306 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.51% from 306); Green value is 135 (53.12% from 255 or 44.12% from 306); Blue value is 96 (37.89% from 255 or 31.37% from 306); Max value from RGB is 135 - color contains mainly: green. Hex color #4B8760 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B8760 is #B4789F. Grayscale: #707070. Windows color (decimal): -11827360 or 6326091. OLE color: 6326091.
HSL color Cylindrical-coordinate representation of color #4B8760: hue angle of 141º 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 #4B8760 is Cyan = 0.44, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 75 | 135 | 96 | - |
| CMYK | 0.44 | 0 | 0.29 | 0.47 |
| HSL | 141º | 0.29% | 0.41% | - |
| HSV(B) | 141º | 0.44% | 0.53% | - |
| XYZ | 13.68 | 19.67 | 14.14 | - |
| YUV | 112.61 | 118.62 | 101.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 135 | 96 | 0.44 | 0 | 0.29 | 0.47 | 141 | 0.29 | 0.41 |
| Hex | 4B | 87 | 60 | 2C | 0 | 1D | 2F | 8D | 1D | 29 |
| Octal | 113 | 207 | 140 | 54 | 0 | 35 | 57 | 215 | 35 | 51 |
| Binary | 1001011 | 10000111 | 1100000 | 101100 | 0 | 11101 | 101111 | 10001101 | 11101 | 101001 |
Color Harmonies of #4B8760
Complementary color
Monochromatic Colors of #4B8760
Black with #4B8760
Text Example
Text Example
White with #4B8760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B8760; }
p { color: rgb(75,135,96); }
H1.HeaderClassName
{
color: #4B8760;
}
.AnyTagClassName
{
color: #4B8760;
}
</style>
background-color css
<style>
a { background-color: #4B8760; }
a { background-color: rgb(75,135,96); }
div.DivClassName
{
background-color: #4B8760;
}
.BgClassName
{
background-color: #4B8760;
}
</style>
border-color css
<style>
span { border-color: #4B8760; }
span { border-color: rgb(75,135,96); }
td.TdClassName
{
border-color: #4B8760;
}
.TagClassName
{
border-color: #4B8760;
}
</style>