Shades of Dingley #5C8740
Tints of Dingley #5C8740
RGB
CMYK
RGB Variations
Color information
#5C8740 (or 0x5C8740) is known color: Dingley. HEX triplet: 5C, 87 and 40. RGB value is (92,135,64). Sum of RGB (Red+Green+Blue) = 92+135+64=291 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.62% from 291); Green value is 135 (53.12% from 255 or 46.39% from 291); Blue value is 64 (25.39% from 255 or 21.99% from 291); Max value from RGB is 135 - color contains mainly: green. Hex color #5C8740 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5C8740 is #A378BF. Grayscale: #727272. Windows color (decimal): -10713280 or 4228956. OLE color: 4228956.
HSL color Cylindrical-coordinate representation of color #5C8740: hue angle of 96.34º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5C8740 is Cyan = 0.32, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 92 | 135 | 64 | - |
| CMYK | 0.32 | 0 | 0.53 | 0.47 |
| HSL | 96.34º | 0.36% | 0.39% | - |
| HSV(B) | 96.34º | 0.53% | 0.53% | - |
| XYZ | 14 | 19.97 | 7.97 | - |
| YUV | 114.05 | 99.75 | 112.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 135 | 64 | 0.32 | 0 | 0.53 | 0.47 | 96.34 | 0.36 | 0.39 |
| Hex | 5C | 87 | 40 | 20 | 0 | 35 | 2F | 60 | 24 | 27 |
| Octal | 134 | 207 | 100 | 40 | 0 | 65 | 57 | 140 | 44 | 47 |
| Binary | 1011100 | 10000111 | 1000000 | 100000 | 0 | 110101 | 101111 | 1100000 | 100100 | 100111 |
Color Harmonies of #5C8740
Complementary color
Monochromatic Colors of #5C8740
Black with #5C8740
Text Example
Text Example
White with #5C8740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C8740; }
p { color: rgb(92,135,64); }
H1.HeaderClassName
{
color: #5C8740;
}
.AnyTagClassName
{
color: #5C8740;
}
</style>
background-color css
<style>
a { background-color: #5C8740; }
a { background-color: rgb(92,135,64); }
div.DivClassName
{
background-color: #5C8740;
}
.BgClassName
{
background-color: #5C8740;
}
</style>
border-color css
<style>
span { border-color: #5C8740; }
span { border-color: rgb(92,135,64); }
td.TdClassName
{
border-color: #5C8740;
}
.TagClassName
{
border-color: #5C8740;
}
</style>