Shades of Como #4B785D
Tints of Como #4B785D
RGB
CMYK
RGB Variations
Color information
#4B785D (or 0x4B785D) is known color: Como. HEX triplet: 4B, 78 and 5D. RGB value is (75,120,93). Sum of RGB (Red+Green+Blue) = 75+120+93=288 (38% of max value = 765). Red value is 75 (29.69% from 255 or 26.04% from 288); Green value is 120 (47.27% from 255 or 41.67% from 288); Blue value is 93 (36.72% from 255 or 32.29% from 288); Max value from RGB is 120 - color contains mainly: green. Hex color #4B785D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B785D is #B487A2. Grayscale: #676767. Windows color (decimal): -11831203 or 6125643. OLE color: 6125643.
HSL color Cylindrical-coordinate representation of color #4B785D: hue angle of 144º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4B785D is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 75 | 120 | 93 | - |
| CMYK | 0.37 | 0 | 0.22 | 0.53 |
| HSL | 144º | 0.23% | 0.38% | - |
| HSV(B) | 144º | 0.38% | 0.47% | - |
| XYZ | 11.59 | 15.72 | 12.78 | - |
| YUV | 103.47 | 122.09 | 107.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 120 | 93 | 0.37 | 0 | 0.22 | 0.53 | 144 | 0.23 | 0.38 |
| Hex | 4B | 78 | 5D | 25 | 0 | 16 | 35 | 90 | 17 | 26 |
| Octal | 113 | 170 | 135 | 45 | 0 | 26 | 65 | 220 | 27 | 46 |
| Binary | 1001011 | 1111000 | 1011101 | 100101 | 0 | 10110 | 110101 | 10010000 | 10111 | 100110 |
Color Harmonies of #4B785D
Complementary color
Monochromatic Colors of #4B785D
Black with #4B785D
Text Example
Text Example
White with #4B785D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B785D; }
p { color: rgb(75,120,93); }
H1.HeaderClassName
{
color: #4B785D;
}
.AnyTagClassName
{
color: #4B785D;
}
</style>
background-color css
<style>
a { background-color: #4B785D; }
a { background-color: rgb(75,120,93); }
div.DivClassName
{
background-color: #4B785D;
}
.BgClassName
{
background-color: #4B785D;
}
</style>
border-color css
<style>
span { border-color: #4B785D; }
span { border-color: rgb(75,120,93); }
td.TdClassName
{
border-color: #4B785D;
}
.TagClassName
{
border-color: #4B785D;
}
</style>