Shades of Como #4D785B
Tints of Como #4D785B
RGB
CMYK
RGB Variations
Color information
#4D785B (or 0x4D785B) is known color: Como. HEX triplet: 4D, 78 and 5B. RGB value is (77,120,91). Sum of RGB (Red+Green+Blue) = 77+120+91=288 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.74% from 288); Green value is 120 (47.27% from 255 or 41.67% from 288); Blue value is 91 (35.94% from 255 or 31.60% from 288); Max value from RGB is 120 - color contains mainly: green. Hex color #4D785B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D785B is #B287A4. Grayscale: #676767. Windows color (decimal): -11700133 or 5994573. OLE color: 5994573.
HSL color Cylindrical-coordinate representation of color #4D785B: hue angle of 139.53º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4D785B is Cyan = 0.36, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 77 | 120 | 91 | - |
| CMYK | 0.36 | 0 | 0.24 | 0.53 |
| HSL | 139.53º | 0.22% | 0.39% | - |
| HSV(B) | 139.53º | 0.36% | 0.47% | - |
| XYZ | 11.67 | 15.77 | 12.33 | - |
| YUV | 103.84 | 120.75 | 108.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 120 | 91 | 0.36 | 0 | 0.24 | 0.53 | 139.53 | 0.22 | 0.39 |
| Hex | 4D | 78 | 5B | 24 | 0 | 18 | 35 | 8C | 16 | 27 |
| Octal | 115 | 170 | 133 | 44 | 0 | 30 | 65 | 214 | 26 | 47 |
| Binary | 1001101 | 1111000 | 1011011 | 100100 | 0 | 11000 | 110101 | 10001100 | 10110 | 100111 |
Color Harmonies of #4D785B
Complementary color
Monochromatic Colors of #4D785B
Black with #4D785B
Text Example
Text Example
White with #4D785B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D785B; }
p { color: rgb(77,120,91); }
H1.HeaderClassName
{
color: #4D785B;
}
.AnyTagClassName
{
color: #4D785B;
}
</style>
background-color css
<style>
a { background-color: #4D785B; }
a { background-color: rgb(77,120,91); }
div.DivClassName
{
background-color: #4D785B;
}
.BgClassName
{
background-color: #4D785B;
}
</style>
border-color css
<style>
span { border-color: #4D785B; }
span { border-color: rgb(77,120,91); }
td.TdClassName
{
border-color: #4D785B;
}
.TagClassName
{
border-color: #4D785B;
}
</style>