Shades of Como #4B8762
Tints of Como #4B8762
RGB
CMYK
RGB Variations
Color information
#4B8762 (or 0x4B8762) is known color: Como. HEX triplet: 4B, 87 and 62. RGB value is (75,135,98). Sum of RGB (Red+Green+Blue) = 75+135+98=308 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.35% from 308); Green value is 135 (53.12% from 255 or 43.83% from 308); Blue value is 98 (38.67% from 255 or 31.82% from 308); Max value from RGB is 135 - color contains mainly: green. Hex color #4B8762 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B8762 is #B4789D. Grayscale: #707070. Windows color (decimal): -11827358 or 6457163. OLE color: 6457163.
HSL color Cylindrical-coordinate representation of color #4B8762: hue angle of 143º 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 #4B8762 is Cyan = 0.44, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 75 | 135 | 98 | - |
| CMYK | 0.44 | 0 | 0.27 | 0.47 |
| HSL | 143º | 0.29% | 0.41% | - |
| HSV(B) | 143º | 0.44% | 0.53% | - |
| XYZ | 13.77 | 19.71 | 14.63 | - |
| YUV | 112.84 | 119.62 | 101.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 135 | 98 | 0.44 | 0 | 0.27 | 0.47 | 143 | 0.29 | 0.41 |
| Hex | 4B | 87 | 62 | 2C | 0 | 1B | 2F | 8F | 1D | 29 |
| Octal | 113 | 207 | 142 | 54 | 0 | 33 | 57 | 217 | 35 | 51 |
| Binary | 1001011 | 10000111 | 1100010 | 101100 | 0 | 11011 | 101111 | 10001111 | 11101 | 101001 |
Color Harmonies of #4B8762
Complementary color
Monochromatic Colors of #4B8762
Black with #4B8762
Text Example
Text Example
White with #4B8762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B8762; }
p { color: rgb(75,135,98); }
H1.HeaderClassName
{
color: #4B8762;
}
.AnyTagClassName
{
color: #4B8762;
}
</style>
background-color css
<style>
a { background-color: #4B8762; }
a { background-color: rgb(75,135,98); }
div.DivClassName
{
background-color: #4B8762;
}
.BgClassName
{
background-color: #4B8762;
}
</style>
border-color css
<style>
span { border-color: #4B8762; }
span { border-color: rgb(75,135,98); }
td.TdClassName
{
border-color: #4B8762;
}
.TagClassName
{
border-color: #4B8762;
}
</style>