Shades of Como #518E64
Tints of Como #518E64
RGB
CMYK
RGB Variations
Color information
#518E64 (or 0x518E64) is known color: Como. HEX triplet: 51, 8E and 64. RGB value is (81,142,100). Sum of RGB (Red+Green+Blue) = 81+142+100=323 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.08% from 323); Green value is 142 (55.86% from 255 or 43.96% from 323); Blue value is 100 (39.45% from 255 or 30.96% from 323); Max value from RGB is 142 - color contains mainly: green. Hex color #518E64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518E64 is #AE719B. Grayscale: #777777. Windows color (decimal): -11432348 or 6590033. OLE color: 6590033.
HSL color Cylindrical-coordinate representation of color #518E64: hue angle of 138.69º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #518E64 is Cyan = 0.43, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 81 | 142 | 100 | - |
| CMYK | 0.43 | 0 | 0.30 | 0.44 |
| HSL | 138.69º | 0.27% | 0.44% | - |
| HSV(B) | 138.69º | 0.43% | 0.56% | - |
| XYZ | 15.37 | 22.02 | 15.5 | - |
| YUV | 118.97 | 117.29 | 100.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 142 | 100 | 0.43 | 0 | 0.30 | 0.44 | 138.69 | 0.27 | 0.44 |
| Hex | 51 | 8E | 64 | 2B | 0 | 1E | 2C | 8B | 1B | 2C |
| Octal | 121 | 216 | 144 | 53 | 0 | 36 | 54 | 213 | 33 | 54 |
| Binary | 1010001 | 10001110 | 1100100 | 101011 | 0 | 11110 | 101100 | 10001011 | 11011 | 101100 |
Color Harmonies of #518E64
Complementary color
Monochromatic Colors of #518E64
Black with #518E64
Text Example
Text Example
White with #518E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518E64; }
p { color: rgb(81,142,100); }
H1.HeaderClassName
{
color: #518E64;
}
.AnyTagClassName
{
color: #518E64;
}
</style>
background-color css
<style>
a { background-color: #518E64; }
a { background-color: rgb(81,142,100); }
div.DivClassName
{
background-color: #518E64;
}
.BgClassName
{
background-color: #518E64;
}
</style>
border-color css
<style>
span { border-color: #518E64; }
span { border-color: rgb(81,142,100); }
td.TdClassName
{
border-color: #518E64;
}
.TagClassName
{
border-color: #518E64;
}
</style>