Shades of Como #4B8764
Tints of Como #4B8764
RGB
CMYK
RGB Variations
Color information
#4B8764 (or 0x4B8764) is known color: Como. HEX triplet: 4B, 87 and 64. RGB value is (75,135,100). Sum of RGB (Red+Green+Blue) = 75+135+100=310 (41% of max value = 765). Red value is 75 (29.69% from 255 or 24.19% from 310); Green value is 135 (53.12% from 255 or 43.55% from 310); Blue value is 100 (39.45% from 255 or 32.26% from 310); Max value from RGB is 135 - color contains mainly: green. Hex color #4B8764 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B8764 is #B4789B. Grayscale: #717171. Windows color (decimal): -11827356 or 6588235. OLE color: 6588235.
HSL color Cylindrical-coordinate representation of color #4B8764: hue angle of 145º 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 #4B8764 is Cyan = 0.44, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 75 | 135 | 100 | - |
| CMYK | 0.44 | 0 | 0.26 | 0.47 |
| HSL | 145º | 0.29% | 0.41% | - |
| HSV(B) | 145º | 0.44% | 0.53% | - |
| XYZ | 13.87 | 19.74 | 15.14 | - |
| YUV | 113.07 | 120.62 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 135 | 100 | 0.44 | 0 | 0.26 | 0.47 | 145 | 0.29 | 0.41 |
| Hex | 4B | 87 | 64 | 2C | 0 | 1A | 2F | 91 | 1D | 29 |
| Octal | 113 | 207 | 144 | 54 | 0 | 32 | 57 | 221 | 35 | 51 |
| Binary | 1001011 | 10000111 | 1100100 | 101100 | 0 | 11010 | 101111 | 10010001 | 11101 | 101001 |
Color Harmonies of #4B8764
Complementary color
Monochromatic Colors of #4B8764
Black with #4B8764
Text Example
Text Example
White with #4B8764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B8764; }
p { color: rgb(75,135,100); }
H1.HeaderClassName
{
color: #4B8764;
}
.AnyTagClassName
{
color: #4B8764;
}
</style>
background-color css
<style>
a { background-color: #4B8764; }
a { background-color: rgb(75,135,100); }
div.DivClassName
{
background-color: #4B8764;
}
.BgClassName
{
background-color: #4B8764;
}
</style>
border-color css
<style>
span { border-color: #4B8764; }
span { border-color: rgb(75,135,100); }
td.TdClassName
{
border-color: #4B8764;
}
.TagClassName
{
border-color: #4B8764;
}
</style>