Shades of Como #4C8665
Tints of Como #4C8665
RGB
CMYK
RGB Variations
Color information
#4C8665 (or 0x4C8665) is known color: Como. HEX triplet: 4C, 86 and 65. RGB value is (76,134,101). Sum of RGB (Red+Green+Blue) = 76+134+101=311 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.44% from 311); Green value is 134 (52.73% from 255 or 43.09% from 311); Blue value is 101 (39.84% from 255 or 32.48% from 311); Max value from RGB is 134 - color contains mainly: green. Hex color #4C8665 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C8665 is #B3799A. Grayscale: #707070. Windows color (decimal): -11762075 or 6653516. OLE color: 6653516.
HSL color Cylindrical-coordinate representation of color #4C8665: hue angle of 145.86º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4C8665 is Cyan = 0.43, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 76 | 134 | 101 | - |
| CMYK | 0.43 | 0 | 0.25 | 0.47 |
| HSL | 145.86º | 0.28% | 0.41% | - |
| HSV(B) | 145.86º | 0.43% | 0.53% | - |
| XYZ | 13.85 | 19.53 | 15.35 | - |
| YUV | 112.9 | 121.28 | 101.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 134 | 101 | 0.43 | 0 | 0.25 | 0.47 | 145.86 | 0.28 | 0.41 |
| Hex | 4C | 86 | 65 | 2B | 0 | 19 | 2F | 92 | 1C | 29 |
| Octal | 114 | 206 | 145 | 53 | 0 | 31 | 57 | 222 | 34 | 51 |
| Binary | 1001100 | 10000110 | 1100101 | 101011 | 0 | 11001 | 101111 | 10010010 | 11100 | 101001 |
Color Harmonies of #4C8665
Complementary color
Monochromatic Colors of #4C8665
Black with #4C8665
Text Example
Text Example
White with #4C8665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C8665; }
p { color: rgb(76,134,101); }
H1.HeaderClassName
{
color: #4C8665;
}
.AnyTagClassName
{
color: #4C8665;
}
</style>
background-color css
<style>
a { background-color: #4C8665; }
a { background-color: rgb(76,134,101); }
div.DivClassName
{
background-color: #4C8665;
}
.BgClassName
{
background-color: #4C8665;
}
</style>
border-color css
<style>
span { border-color: #4C8665; }
span { border-color: rgb(76,134,101); }
td.TdClassName
{
border-color: #4C8665;
}
.TagClassName
{
border-color: #4C8665;
}
</style>