Shades of Dingley #5C8B40
Tints of Dingley #5C8B40
RGB
CMYK
RGB Variations
Color information
#5C8B40 (or 0x5C8B40) is known color: Dingley. HEX triplet: 5C, 8B and 40. RGB value is (92,139,64). Sum of RGB (Red+Green+Blue) = 92+139+64=295 (39% of max value = 765). Red value is 92 (36.33% from 255 or 31.19% from 295); Green value is 139 (54.69% from 255 or 47.12% from 295); Blue value is 64 (25.39% from 255 or 21.69% from 295); Max value from RGB is 139 - color contains mainly: green. Hex color #5C8B40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5C8B40 is #A374BF. Grayscale: #747474. Windows color (decimal): -10712256 or 4229980. OLE color: 4229980.
HSL color Cylindrical-coordinate representation of color #5C8B40: hue angle of 97.6º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5C8B40 is Cyan = 0.34, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 92 | 139 | 64 | - |
| CMYK | 0.34 | 0 | 0.54 | 0.45 |
| HSL | 97.6º | 0.37% | 0.4% | - |
| HSV(B) | 97.6º | 0.54% | 0.55% | - |
| XYZ | 14.57 | 21.11 | 8.16 | - |
| YUV | 116.4 | 98.43 | 110.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 139 | 64 | 0.34 | 0 | 0.54 | 0.45 | 97.6 | 0.37 | 0.4 |
| Hex | 5C | 8B | 40 | 22 | 0 | 36 | 2D | 62 | 25 | 28 |
| Octal | 134 | 213 | 100 | 42 | 0 | 66 | 55 | 142 | 45 | 50 |
| Binary | 1011100 | 10001011 | 1000000 | 100010 | 0 | 110110 | 101101 | 1100010 | 100101 | 101000 |
Color Harmonies of #5C8B40
Complementary color
Monochromatic Colors of #5C8B40
Black with #5C8B40
Text Example
Text Example
White with #5C8B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C8B40; }
p { color: rgb(92,139,64); }
H1.HeaderClassName
{
color: #5C8B40;
}
.AnyTagClassName
{
color: #5C8B40;
}
</style>
background-color css
<style>
a { background-color: #5C8B40; }
a { background-color: rgb(92,139,64); }
div.DivClassName
{
background-color: #5C8B40;
}
.BgClassName
{
background-color: #5C8B40;
}
</style>
border-color css
<style>
span { border-color: #5C8B40; }
span { border-color: rgb(92,139,64); }
td.TdClassName
{
border-color: #5C8B40;
}
.TagClassName
{
border-color: #5C8B40;
}
</style>