Shades of Como #4C7D5A
Tints of Como #4C7D5A
RGB
CMYK
RGB Variations
Color information
#4C7D5A (or 0x4C7D5A) is known color: Como. HEX triplet: 4C, 7D and 5A. RGB value is (76,125,90). Sum of RGB (Red+Green+Blue) = 76+125+90=291 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.12% from 291); Green value is 125 (49.22% from 255 or 42.96% from 291); Blue value is 90 (35.55% from 255 or 30.93% from 291); Max value from RGB is 125 - color contains mainly: green. Hex color #4C7D5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C7D5A is #B382A5. Grayscale: #6A6A6A. Windows color (decimal): -11764390 or 5930316. OLE color: 5930316.
HSL color Cylindrical-coordinate representation of color #4C7D5A: hue angle of 137.14º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4C7D5A is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 76 | 125 | 90 | - |
| CMYK | 0.39 | 0 | 0.28 | 0.51 |
| HSL | 137.14º | 0.24% | 0.39% | - |
| HSV(B) | 137.14º | 0.39% | 0.49% | - |
| XYZ | 12.16 | 16.94 | 12.3 | - |
| YUV | 106.36 | 118.77 | 106.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 125 | 90 | 0.39 | 0 | 0.28 | 0.51 | 137.14 | 0.24 | 0.39 |
| Hex | 4C | 7D | 5A | 27 | 0 | 1C | 33 | 89 | 18 | 27 |
| Octal | 114 | 175 | 132 | 47 | 0 | 34 | 63 | 211 | 30 | 47 |
| Binary | 1001100 | 1111101 | 1011010 | 100111 | 0 | 11100 | 110011 | 10001001 | 11000 | 100111 |
Color Harmonies of #4C7D5A
Complementary color
Monochromatic Colors of #4C7D5A
Black with #4C7D5A
Text Example
Text Example
White with #4C7D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7D5A; }
p { color: rgb(76,125,90); }
H1.HeaderClassName
{
color: #4C7D5A;
}
.AnyTagClassName
{
color: #4C7D5A;
}
</style>
background-color css
<style>
a { background-color: #4C7D5A; }
a { background-color: rgb(76,125,90); }
div.DivClassName
{
background-color: #4C7D5A;
}
.BgClassName
{
background-color: #4C7D5A;
}
</style>
border-color css
<style>
span { border-color: #4C7D5A; }
span { border-color: rgb(76,125,90); }
td.TdClassName
{
border-color: #4C7D5A;
}
.TagClassName
{
border-color: #4C7D5A;
}
</style>