Shades of Como #4C6D5B
Tints of Como #4C6D5B
RGB
CMYK
RGB Variations
Color information
#4C6D5B (or 0x4C6D5B) is known color: Como. HEX triplet: 4C, 6D and 5B. RGB value is (76,109,91). Sum of RGB (Red+Green+Blue) = 76+109+91=276 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.54% from 276); Green value is 109 (42.97% from 255 or 39.49% from 276); Blue value is 91 (35.94% from 255 or 32.97% from 276); Max value from RGB is 109 - color contains mainly: green. Hex color #4C6D5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C6D5B is #B392A4. Grayscale: #616161. Windows color (decimal): -11768485 or 5991756. OLE color: 5991756.
HSL color Cylindrical-coordinate representation of color #4C6D5B: hue angle of 147.27º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4C6D5B is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 76 | 109 | 91 | - |
| CMYK | 0.30 | 0 | 0.17 | 0.57 |
| HSL | 147.27º | 0.18% | 0.36% | - |
| HSV(B) | 147.27º | 0.3% | 0.43% | - |
| XYZ | 10.34 | 13.23 | 11.91 | - |
| YUV | 97.08 | 124.57 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 109 | 91 | 0.30 | 0 | 0.17 | 0.57 | 147.27 | 0.18 | 0.36 |
| Hex | 4C | 6D | 5B | 1E | 0 | 11 | 39 | 93 | 12 | 24 |
| Octal | 114 | 155 | 133 | 36 | 0 | 21 | 71 | 223 | 22 | 44 |
| Binary | 1001100 | 1101101 | 1011011 | 11110 | 0 | 10001 | 111001 | 10010011 | 10010 | 100100 |
Color Harmonies of #4C6D5B
Complementary color
Monochromatic Colors of #4C6D5B
Black with #4C6D5B
Text Example
Text Example
White with #4C6D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C6D5B; }
p { color: rgb(76,109,91); }
H1.HeaderClassName
{
color: #4C6D5B;
}
.AnyTagClassName
{
color: #4C6D5B;
}
</style>
background-color css
<style>
a { background-color: #4C6D5B; }
a { background-color: rgb(76,109,91); }
div.DivClassName
{
background-color: #4C6D5B;
}
.BgClassName
{
background-color: #4C6D5B;
}
</style>
border-color css
<style>
span { border-color: #4C6D5B; }
span { border-color: rgb(76,109,91); }
td.TdClassName
{
border-color: #4C6D5B;
}
.TagClassName
{
border-color: #4C6D5B;
}
</style>