Shades of Como #51785D
Tints of Como #51785D
RGB
CMYK
RGB Variations
Color information
#51785D (or 0x51785D) is known color: Como. HEX triplet: 51, 78 and 5D. RGB value is (81,120,93). Sum of RGB (Red+Green+Blue) = 81+120+93=294 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.55% from 294); Green value is 120 (47.27% from 255 or 40.82% from 294); Blue value is 93 (36.72% from 255 or 31.63% from 294); Max value from RGB is 120 - color contains mainly: green. Hex color #51785D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51785D is #AE87A2. Grayscale: #696969. Windows color (decimal): -11437987 or 6125649. OLE color: 6125649.
HSL color Cylindrical-coordinate representation of color #51785D: hue angle of 138.46º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #51785D is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 81 | 120 | 93 | - |
| CMYK | 0.32 | 0 | 0.22 | 0.53 |
| HSL | 138.46º | 0.19% | 0.39% | - |
| HSV(B) | 138.46º | 0.33% | 0.47% | - |
| XYZ | 12.09 | 15.97 | 12.8 | - |
| YUV | 105.26 | 121.08 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 120 | 93 | 0.32 | 0 | 0.22 | 0.53 | 138.46 | 0.19 | 0.39 |
| Hex | 51 | 78 | 5D | 20 | 0 | 16 | 35 | 8A | 13 | 27 |
| Octal | 121 | 170 | 135 | 40 | 0 | 26 | 65 | 212 | 23 | 47 |
| Binary | 1010001 | 1111000 | 1011101 | 100000 | 0 | 10110 | 110101 | 10001010 | 10011 | 100111 |
Color Harmonies of #51785D
Complementary color
Monochromatic Colors of #51785D
Black with #51785D
Text Example
Text Example
White with #51785D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51785D; }
p { color: rgb(81,120,93); }
H1.HeaderClassName
{
color: #51785D;
}
.AnyTagClassName
{
color: #51785D;
}
</style>
background-color css
<style>
a { background-color: #51785D; }
a { background-color: rgb(81,120,93); }
div.DivClassName
{
background-color: #51785D;
}
.BgClassName
{
background-color: #51785D;
}
</style>
border-color css
<style>
span { border-color: #51785D; }
span { border-color: rgb(81,120,93); }
td.TdClassName
{
border-color: #51785D;
}
.TagClassName
{
border-color: #51785D;
}
</style>