Shades of Como #4B8763
Tints of Como #4B8763
RGB
CMYK
RGB Variations
Color information
#4B8763 (or 0x4B8763) is known color: Como. HEX triplet: 4B, 87 and 63. RGB value is (75,135,99). Sum of RGB (Red+Green+Blue) = 75+135+99=309 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.27% from 309); Green value is 135 (53.12% from 255 or 43.69% from 309); Blue value is 99 (39.06% from 255 or 32.04% from 309); Max value from RGB is 135 - color contains mainly: green. Hex color #4B8763 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B8763 is #B4789C. Grayscale: #717171. Windows color (decimal): -11827357 or 6522699. OLE color: 6522699.
HSL color Cylindrical-coordinate representation of color #4B8763: hue angle of 144º 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 #4B8763 is Cyan = 0.44, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 75 | 135 | 99 | - |
| CMYK | 0.44 | 0 | 0.27 | 0.47 |
| HSL | 144º | 0.29% | 0.41% | - |
| HSV(B) | 144º | 0.44% | 0.53% | - |
| XYZ | 13.82 | 19.72 | 14.88 | - |
| YUV | 112.96 | 120.12 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 135 | 99 | 0.44 | 0 | 0.27 | 0.47 | 144 | 0.29 | 0.41 |
| Hex | 4B | 87 | 63 | 2C | 0 | 1B | 2F | 90 | 1D | 29 |
| Octal | 113 | 207 | 143 | 54 | 0 | 33 | 57 | 220 | 35 | 51 |
| Binary | 1001011 | 10000111 | 1100011 | 101100 | 0 | 11011 | 101111 | 10010000 | 11101 | 101001 |
Color Harmonies of #4B8763
Complementary color
Monochromatic Colors of #4B8763
Black with #4B8763
Text Example
Text Example
White with #4B8763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B8763; }
p { color: rgb(75,135,99); }
H1.HeaderClassName
{
color: #4B8763;
}
.AnyTagClassName
{
color: #4B8763;
}
</style>
background-color css
<style>
a { background-color: #4B8763; }
a { background-color: rgb(75,135,99); }
div.DivClassName
{
background-color: #4B8763;
}
.BgClassName
{
background-color: #4B8763;
}
</style>
border-color css
<style>
span { border-color: #4B8763; }
span { border-color: rgb(75,135,99); }
td.TdClassName
{
border-color: #4B8763;
}
.TagClassName
{
border-color: #4B8763;
}
</style>