Shades of Como #4C6D5A
Tints of Como #4C6D5A
RGB
CMYK
RGB Variations
Color information
#4C6D5A (or 0x4C6D5A) is known color: Como. HEX triplet: 4C, 6D and 5A. RGB value is (76,109,90). Sum of RGB (Red+Green+Blue) = 76+109+90=275 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.64% from 275); Green value is 109 (42.97% from 255 or 39.64% from 275); Blue value is 90 (35.55% from 255 or 32.73% from 275); Max value from RGB is 109 - color contains mainly: green. Hex color #4C6D5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C6D5A is #B392A5. Grayscale: #616161. Windows color (decimal): -11768486 or 5926220. OLE color: 5926220.
HSL color Cylindrical-coordinate representation of color #4C6D5A: hue angle of 145.45º 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 #4C6D5A is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 76 | 109 | 90 | - |
| CMYK | 0.30 | 0 | 0.17 | 0.57 |
| HSL | 145.45º | 0.18% | 0.36% | - |
| HSV(B) | 145.45º | 0.3% | 0.43% | - |
| XYZ | 10.29 | 13.21 | 11.68 | - |
| YUV | 96.97 | 124.07 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 109 | 90 | 0.30 | 0 | 0.17 | 0.57 | 145.45 | 0.18 | 0.36 |
| Hex | 4C | 6D | 5A | 1E | 0 | 11 | 39 | 91 | 12 | 24 |
| Octal | 114 | 155 | 132 | 36 | 0 | 21 | 71 | 221 | 22 | 44 |
| Binary | 1001100 | 1101101 | 1011010 | 11110 | 0 | 10001 | 111001 | 10010001 | 10010 | 100100 |
Color Harmonies of #4C6D5A
Complementary color
Monochromatic Colors of #4C6D5A
Black with #4C6D5A
Text Example
Text Example
White with #4C6D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C6D5A; }
p { color: rgb(76,109,90); }
H1.HeaderClassName
{
color: #4C6D5A;
}
.AnyTagClassName
{
color: #4C6D5A;
}
</style>
background-color css
<style>
a { background-color: #4C6D5A; }
a { background-color: rgb(76,109,90); }
div.DivClassName
{
background-color: #4C6D5A;
}
.BgClassName
{
background-color: #4C6D5A;
}
</style>
border-color css
<style>
span { border-color: #4C6D5A; }
span { border-color: rgb(76,109,90); }
td.TdClassName
{
border-color: #4C6D5A;
}
.TagClassName
{
border-color: #4C6D5A;
}
</style>