Shades of Como #4C865D
Tints of Como #4C865D
RGB
CMYK
RGB Variations
Color information
#4C865D (or 0x4C865D) is known color: Como. HEX triplet: 4C, 86 and 5D. RGB value is (76,134,93). Sum of RGB (Red+Green+Blue) = 76+134+93=303 (40% of max value = 765). Red value is 76 (30.08% from 255 or 25.08% from 303); Green value is 134 (52.73% from 255 or 44.22% from 303); Blue value is 93 (36.72% from 255 or 30.69% from 303); Max value from RGB is 134 - color contains mainly: green. Hex color #4C865D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C865D is #B379A2. Grayscale: #707070. Windows color (decimal): -11762083 or 6129228. OLE color: 6129228.
HSL color Cylindrical-coordinate representation of color #4C865D: hue angle of 137.59º 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 #4C865D is Cyan = 0.43, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 76 | 134 | 93 | - |
| CMYK | 0.43 | 0 | 0.31 | 0.47 |
| HSL | 137.59º | 0.28% | 0.41% | - |
| HSV(B) | 137.59º | 0.43% | 0.53% | - |
| XYZ | 13.48 | 19.38 | 13.39 | - |
| YUV | 111.98 | 117.28 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 134 | 93 | 0.43 | 0 | 0.31 | 0.47 | 137.59 | 0.28 | 0.41 |
| Hex | 4C | 86 | 5D | 2B | 0 | 1F | 2F | 8A | 1C | 29 |
| Octal | 114 | 206 | 135 | 53 | 0 | 37 | 57 | 212 | 34 | 51 |
| Binary | 1001100 | 10000110 | 1011101 | 101011 | 0 | 11111 | 101111 | 10001010 | 11100 | 101001 |
Color Harmonies of #4C865D
Complementary color
Monochromatic Colors of #4C865D
Black with #4C865D
Text Example
Text Example
White with #4C865D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C865D; }
p { color: rgb(76,134,93); }
H1.HeaderClassName
{
color: #4C865D;
}
.AnyTagClassName
{
color: #4C865D;
}
</style>
background-color css
<style>
a { background-color: #4C865D; }
a { background-color: rgb(76,134,93); }
div.DivClassName
{
background-color: #4C865D;
}
.BgClassName
{
background-color: #4C865D;
}
</style>
border-color css
<style>
span { border-color: #4C865D; }
span { border-color: rgb(76,134,93); }
td.TdClassName
{
border-color: #4C865D;
}
.TagClassName
{
border-color: #4C865D;
}
</style>