Shades of Como #4B7656
Tints of Como #4B7656
RGB
CMYK
RGB Variations
Color information
#4B7656 (or 0x4B7656) is known color: Como. HEX triplet: 4B, 76 and 56. RGB value is (75,118,86). Sum of RGB (Red+Green+Blue) = 75+118+86=279 (36% of max value = 765). Red value is 75 (29.69% from 255 or 26.88% from 279); Green value is 118 (46.48% from 255 or 42.29% from 279); Blue value is 86 (33.98% from 255 or 30.82% from 279); Max value from RGB is 118 - color contains mainly: green. Hex color #4B7656 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7656 is #B489A9. Grayscale: #656565. Windows color (decimal): -11831722 or 5666379. OLE color: 5666379.
HSL color Cylindrical-coordinate representation of color #4B7656: hue angle of 135.35º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4B7656 is Cyan = 0.36, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 75 | 118 | 86 | - |
| CMYK | 0.36 | 0 | 0.27 | 0.54 |
| HSL | 135.35º | 0.22% | 0.38% | - |
| HSV(B) | 135.35º | 0.36% | 0.46% | - |
| XYZ | 11.06 | 15.12 | 11.14 | - |
| YUV | 101.5 | 119.25 | 109.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 118 | 86 | 0.36 | 0 | 0.27 | 0.54 | 135.35 | 0.22 | 0.38 |
| Hex | 4B | 76 | 56 | 24 | 0 | 1B | 36 | 87 | 16 | 26 |
| Octal | 113 | 166 | 126 | 44 | 0 | 33 | 66 | 207 | 26 | 46 |
| Binary | 1001011 | 1110110 | 1010110 | 100100 | 0 | 11011 | 110110 | 10000111 | 10110 | 100110 |
Color Harmonies of #4B7656
Complementary color
Monochromatic Colors of #4B7656
Black with #4B7656
Text Example
Text Example
White with #4B7656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7656; }
p { color: rgb(75,118,86); }
H1.HeaderClassName
{
color: #4B7656;
}
.AnyTagClassName
{
color: #4B7656;
}
</style>
background-color css
<style>
a { background-color: #4B7656; }
a { background-color: rgb(75,118,86); }
div.DivClassName
{
background-color: #4B7656;
}
.BgClassName
{
background-color: #4B7656;
}
</style>
border-color css
<style>
span { border-color: #4B7656; }
span { border-color: rgb(75,118,86); }
td.TdClassName
{
border-color: #4B7656;
}
.TagClassName
{
border-color: #4B7656;
}
</style>