Shades of Como #4B7256
Tints of Como #4B7256
RGB
CMYK
RGB Variations
Color information
#4B7256 (or 0x4B7256) is known color: Como. HEX triplet: 4B, 72 and 56. RGB value is (75,114,86). Sum of RGB (Red+Green+Blue) = 75+114+86=275 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.27% from 275); Green value is 114 (44.92% from 255 or 41.45% from 275); Blue value is 86 (33.98% from 255 or 31.27% from 275); Max value from RGB is 114 - color contains mainly: green. Hex color #4B7256 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7256 is #B48DA9. Grayscale: #636363. Windows color (decimal): -11832746 or 5665355. OLE color: 5665355.
HSL color Cylindrical-coordinate representation of color #4B7256: hue angle of 136.92º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4B7256 is Cyan = 0.34, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 75 | 114 | 86 | - |
| CMYK | 0.34 | 0 | 0.25 | 0.55 |
| HSL | 136.92º | 0.21% | 0.37% | - |
| HSV(B) | 136.92º | 0.34% | 0.45% | - |
| XYZ | 10.6 | 14.2 | 10.99 | - |
| YUV | 99.15 | 120.58 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 114 | 86 | 0.34 | 0 | 0.25 | 0.55 | 136.92 | 0.21 | 0.37 |
| Hex | 4B | 72 | 56 | 22 | 0 | 19 | 37 | 89 | 15 | 25 |
| Octal | 113 | 162 | 126 | 42 | 0 | 31 | 67 | 211 | 25 | 45 |
| Binary | 1001011 | 1110010 | 1010110 | 100010 | 0 | 11001 | 110111 | 10001001 | 10101 | 100101 |
Color Harmonies of #4B7256
Complementary color
Monochromatic Colors of #4B7256
Black with #4B7256
Text Example
Text Example
White with #4B7256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7256; }
p { color: rgb(75,114,86); }
H1.HeaderClassName
{
color: #4B7256;
}
.AnyTagClassName
{
color: #4B7256;
}
</style>
background-color css
<style>
a { background-color: #4B7256; }
a { background-color: rgb(75,114,86); }
div.DivClassName
{
background-color: #4B7256;
}
.BgClassName
{
background-color: #4B7256;
}
</style>
border-color css
<style>
span { border-color: #4B7256; }
span { border-color: rgb(75,114,86); }
td.TdClassName
{
border-color: #4B7256;
}
.TagClassName
{
border-color: #4B7256;
}
</style>