Shades of Como #4B865B
Tints of Como #4B865B
RGB
CMYK
RGB Variations
Color information
#4B865B (or 0x4B865B) is known color: Como. HEX triplet: 4B, 86 and 5B. RGB value is (75,134,91). Sum of RGB (Red+Green+Blue) = 75+134+91=300 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25% from 300); Green value is 134 (52.73% from 255 or 44.67% from 300); Blue value is 91 (35.94% from 255 or 30.33% from 300); Max value from RGB is 134 - color contains mainly: green. Hex color #4B865B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B865B is #B479A4. Grayscale: #6F6F6F. Windows color (decimal): -11827621 or 5998155. OLE color: 5998155.
HSL color Cylindrical-coordinate representation of color #4B865B: hue angle of 136.27º degrees, saturation: 0.28, 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 #4B865B is Cyan = 0.44, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 75 | 134 | 91 | - |
| CMYK | 0.44 | 0 | 0.32 | 0.47 |
| HSL | 136.27º | 0.28% | 0.41% | - |
| HSV(B) | 136.27º | 0.44% | 0.53% | - |
| XYZ | 13.32 | 19.3 | 12.92 | - |
| YUV | 111.46 | 116.45 | 102 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 134 | 91 | 0.44 | 0 | 0.32 | 0.47 | 136.27 | 0.28 | 0.41 |
| Hex | 4B | 86 | 5B | 2C | 0 | 20 | 2F | 88 | 1C | 29 |
| Octal | 113 | 206 | 133 | 54 | 0 | 40 | 57 | 210 | 34 | 51 |
| Binary | 1001011 | 10000110 | 1011011 | 101100 | 0 | 100000 | 101111 | 10001000 | 11100 | 101001 |
Color Harmonies of #4B865B
Complementary color
Monochromatic Colors of #4B865B
Black with #4B865B
Text Example
Text Example
White with #4B865B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B865B; }
p { color: rgb(75,134,91); }
H1.HeaderClassName
{
color: #4B865B;
}
.AnyTagClassName
{
color: #4B865B;
}
</style>
background-color css
<style>
a { background-color: #4B865B; }
a { background-color: rgb(75,134,91); }
div.DivClassName
{
background-color: #4B865B;
}
.BgClassName
{
background-color: #4B865B;
}
</style>
border-color css
<style>
span { border-color: #4B865B; }
span { border-color: rgb(75,134,91); }
td.TdClassName
{
border-color: #4B865B;
}
.TagClassName
{
border-color: #4B865B;
}
</style>