Shades of Dingley #5F8440
Tints of Dingley #5F8440
RGB
CMYK
RGB Variations
Color information
#5F8440 (or 0x5F8440) is known color: Dingley. HEX triplet: 5F, 84 and 40. RGB value is (95,132,64). Sum of RGB (Red+Green+Blue) = 95+132+64=291 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.65% from 291); Green value is 132 (51.95% from 255 or 45.36% from 291); Blue value is 64 (25.39% from 255 or 21.99% from 291); Max value from RGB is 132 - color contains mainly: green. Hex color #5F8440 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F8440 is #A07BBF. Grayscale: #717171. Windows color (decimal): -10517440 or 4228191. OLE color: 4228191.
HSL color Cylindrical-coordinate representation of color #5F8440: hue angle of 92.65º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5F8440 is Cyan = 0.28, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 95 | 132 | 64 | - |
| CMYK | 0.28 | 0 | 0.52 | 0.48 |
| HSL | 92.65º | 0.35% | 0.38% | - |
| HSV(B) | 92.65º | 0.52% | 0.52% | - |
| XYZ | 13.9 | 19.31 | 7.84 | - |
| YUV | 113.19 | 100.24 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 132 | 64 | 0.28 | 0 | 0.52 | 0.48 | 92.65 | 0.35 | 0.38 |
| Hex | 5F | 84 | 40 | 1C | 0 | 34 | 30 | 5D | 23 | 26 |
| Octal | 137 | 204 | 100 | 34 | 0 | 64 | 60 | 135 | 43 | 46 |
| Binary | 1011111 | 10000100 | 1000000 | 11100 | 0 | 110100 | 110000 | 1011101 | 100011 | 100110 |
Color Harmonies of #5F8440
Complementary color
Monochromatic Colors of #5F8440
Black with #5F8440
Text Example
Text Example
White with #5F8440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F8440; }
p { color: rgb(95,132,64); }
H1.HeaderClassName
{
color: #5F8440;
}
.AnyTagClassName
{
color: #5F8440;
}
</style>
background-color css
<style>
a { background-color: #5F8440; }
a { background-color: rgb(95,132,64); }
div.DivClassName
{
background-color: #5F8440;
}
.BgClassName
{
background-color: #5F8440;
}
</style>
border-color css
<style>
span { border-color: #5F8440; }
span { border-color: rgb(95,132,64); }
td.TdClassName
{
border-color: #5F8440;
}
.TagClassName
{
border-color: #5F8440;
}
</style>