Shades of Dingley #5C8340
Tints of Dingley #5C8340
RGB
CMYK
RGB Variations
Color information
#5C8340 (or 0x5C8340) is known color: Dingley. HEX triplet: 5C, 83 and 40. RGB value is (92,131,64). Sum of RGB (Red+Green+Blue) = 92+131+64=287 (38% of max value = 765). Red value is 92 (36.33% from 255 or 32.06% from 287); Green value is 131 (51.56% from 255 or 45.64% from 287); Blue value is 64 (25.39% from 255 or 22.30% from 287); Max value from RGB is 131 - color contains mainly: green. Hex color #5C8340 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5C8340 is #A37CBF. Grayscale: #6F6F6F. Windows color (decimal): -10714304 or 4227932. OLE color: 4227932.
HSL color Cylindrical-coordinate representation of color #5C8340: hue angle of 94.93º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5C8340 is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 92 | 131 | 64 | - |
| CMYK | 0.30 | 0 | 0.51 | 0.49 |
| HSL | 94.93º | 0.34% | 0.38% | - |
| HSV(B) | 94.93º | 0.51% | 0.51% | - |
| XYZ | 13.46 | 18.88 | 7.79 | - |
| YUV | 111.7 | 101.08 | 113.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 131 | 64 | 0.30 | 0 | 0.51 | 0.49 | 94.93 | 0.34 | 0.38 |
| Hex | 5C | 83 | 40 | 1E | 0 | 33 | 31 | 5F | 22 | 26 |
| Octal | 134 | 203 | 100 | 36 | 0 | 63 | 61 | 137 | 42 | 46 |
| Binary | 1011100 | 10000011 | 1000000 | 11110 | 0 | 110011 | 110001 | 1011111 | 100010 | 100110 |
Color Harmonies of #5C8340
Complementary color
Monochromatic Colors of #5C8340
Black with #5C8340
Text Example
Text Example
White with #5C8340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C8340; }
p { color: rgb(92,131,64); }
H1.HeaderClassName
{
color: #5C8340;
}
.AnyTagClassName
{
color: #5C8340;
}
</style>
background-color css
<style>
a { background-color: #5C8340; }
a { background-color: rgb(92,131,64); }
div.DivClassName
{
background-color: #5C8340;
}
.BgClassName
{
background-color: #5C8340;
}
</style>
border-color css
<style>
span { border-color: #5C8340; }
span { border-color: rgb(92,131,64); }
td.TdClassName
{
border-color: #5C8340;
}
.TagClassName
{
border-color: #5C8340;
}
</style>