Shades of Como #4B8565
Tints of Como #4B8565
RGB
CMYK
RGB Variations
Color information
#4B8565 (or 0x4B8565) is known color: Como. HEX triplet: 4B, 85 and 65. RGB value is (75,133,101). Sum of RGB (Red+Green+Blue) = 75+133+101=309 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.27% from 309); Green value is 133 (52.34% from 255 or 43.04% from 309); Blue value is 101 (39.84% from 255 or 32.69% from 309); Max value from RGB is 133 - color contains mainly: green. Hex color #4B8565 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B8565 is #B47A9A. Grayscale: #707070. Windows color (decimal): -11827867 or 6653259. OLE color: 6653259.
HSL color Cylindrical-coordinate representation of color #4B8565: hue angle of 146.9º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4B8565 is Cyan = 0.44, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 75 | 133 | 101 | - |
| CMYK | 0.44 | 0 | 0.24 | 0.48 |
| HSL | 146.9º | 0.28% | 0.41% | - |
| HSV(B) | 146.9º | 0.44% | 0.52% | - |
| XYZ | 13.64 | 19.21 | 15.3 | - |
| YUV | 112.01 | 121.78 | 101.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 133 | 101 | 0.44 | 0 | 0.24 | 0.48 | 146.9 | 0.28 | 0.41 |
| Hex | 4B | 85 | 65 | 2C | 0 | 18 | 30 | 93 | 1C | 29 |
| Octal | 113 | 205 | 145 | 54 | 0 | 30 | 60 | 223 | 34 | 51 |
| Binary | 1001011 | 10000101 | 1100101 | 101100 | 0 | 11000 | 110000 | 10010011 | 11100 | 101001 |
Color Harmonies of #4B8565
Complementary color
Monochromatic Colors of #4B8565
Black with #4B8565
Text Example
Text Example
White with #4B8565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B8565; }
p { color: rgb(75,133,101); }
H1.HeaderClassName
{
color: #4B8565;
}
.AnyTagClassName
{
color: #4B8565;
}
</style>
background-color css
<style>
a { background-color: #4B8565; }
a { background-color: rgb(75,133,101); }
div.DivClassName
{
background-color: #4B8565;
}
.BgClassName
{
background-color: #4B8565;
}
</style>
border-color css
<style>
span { border-color: #4B8565; }
span { border-color: rgb(75,133,101); }
td.TdClassName
{
border-color: #4B8565;
}
.TagClassName
{
border-color: #4B8565;
}
</style>