Shades of Como #4B8F66
Tints of Como #4B8F66
RGB
CMYK
RGB Variations
Color information
#4B8F66 (or 0x4B8F66) is known color: Como. HEX triplet: 4B, 8F and 66. RGB value is (75,143,102). Sum of RGB (Red+Green+Blue) = 75+143+102=320 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.44% from 320); Green value is 143 (56.25% from 255 or 44.69% from 320); Blue value is 102 (40.23% from 255 or 31.88% from 320); Max value from RGB is 143 - color contains mainly: green. Hex color #4B8F66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B8F66 is #B47099. Grayscale: #767676. Windows color (decimal): -11825306 or 6721355. OLE color: 6721355.
HSL color Cylindrical-coordinate representation of color #4B8F66: hue angle of 143.82º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4B8F66 is Cyan = 0.48, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 75 | 143 | 102 | - |
| CMYK | 0.48 | 0 | 0.29 | 0.44 |
| HSL | 143.82º | 0.31% | 0.43% | - |
| HSV(B) | 143.82º | 0.48% | 0.56% | - |
| XYZ | 15.12 | 22.1 | 16.04 | - |
| YUV | 117.99 | 118.97 | 97.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 143 | 102 | 0.48 | 0 | 0.29 | 0.44 | 143.82 | 0.31 | 0.43 |
| Hex | 4B | 8F | 66 | 30 | 0 | 1D | 2C | 90 | 1F | 2B |
| Octal | 113 | 217 | 146 | 60 | 0 | 35 | 54 | 220 | 37 | 53 |
| Binary | 1001011 | 10001111 | 1100110 | 110000 | 0 | 11101 | 101100 | 10010000 | 11111 | 101011 |
Color Harmonies of #4B8F66
Complementary color
Monochromatic Colors of #4B8F66
Black with #4B8F66
Text Example
Text Example
White with #4B8F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B8F66; }
p { color: rgb(75,143,102); }
H1.HeaderClassName
{
color: #4B8F66;
}
.AnyTagClassName
{
color: #4B8F66;
}
</style>
background-color css
<style>
a { background-color: #4B8F66; }
a { background-color: rgb(75,143,102); }
div.DivClassName
{
background-color: #4B8F66;
}
.BgClassName
{
background-color: #4B8F66;
}
</style>
border-color css
<style>
span { border-color: #4B8F66; }
span { border-color: rgb(75,143,102); }
td.TdClassName
{
border-color: #4B8F66;
}
.TagClassName
{
border-color: #4B8F66;
}
</style>