Shades of Como #4C815D
Tints of Como #4C815D
RGB
CMYK
RGB Variations
Color information
#4C815D (or 0x4C815D) is known color: Como. HEX triplet: 4C, 81 and 5D. RGB value is (76,129,93). Sum of RGB (Red+Green+Blue) = 76+129+93=298 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.50% from 298); Green value is 129 (50.78% from 255 or 43.29% from 298); Blue value is 93 (36.72% from 255 or 31.21% from 298); Max value from RGB is 129 - color contains mainly: green. Hex color #4C815D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C815D is #B37EA2. Grayscale: #6D6D6D. Windows color (decimal): -11763363 or 6127948. OLE color: 6127948.
HSL color Cylindrical-coordinate representation of color #4C815D: hue angle of 139.25º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4C815D is Cyan = 0.41, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 76 | 129 | 93 | - |
| CMYK | 0.41 | 0 | 0.28 | 0.49 |
| HSL | 139.25º | 0.26% | 0.4% | - |
| HSV(B) | 139.25º | 0.41% | 0.51% | - |
| XYZ | 12.81 | 18.03 | 13.16 | - |
| YUV | 109.05 | 118.94 | 104.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 129 | 93 | 0.41 | 0 | 0.28 | 0.49 | 139.25 | 0.26 | 0.4 |
| Hex | 4C | 81 | 5D | 29 | 0 | 1C | 31 | 8B | 1A | 28 |
| Octal | 114 | 201 | 135 | 51 | 0 | 34 | 61 | 213 | 32 | 50 |
| Binary | 1001100 | 10000001 | 1011101 | 101001 | 0 | 11100 | 110001 | 10001011 | 11010 | 101000 |
Color Harmonies of #4C815D
Complementary color
Monochromatic Colors of #4C815D
Black with #4C815D
Text Example
Text Example
White with #4C815D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C815D; }
p { color: rgb(76,129,93); }
H1.HeaderClassName
{
color: #4C815D;
}
.AnyTagClassName
{
color: #4C815D;
}
</style>
background-color css
<style>
a { background-color: #4C815D; }
a { background-color: rgb(76,129,93); }
div.DivClassName
{
background-color: #4C815D;
}
.BgClassName
{
background-color: #4C815D;
}
</style>
border-color css
<style>
span { border-color: #4C815D; }
span { border-color: rgb(76,129,93); }
td.TdClassName
{
border-color: #4C815D;
}
.TagClassName
{
border-color: #4C815D;
}
</style>