Shades of Dingley #5F8446
Tints of Dingley #5F8446
RGB
CMYK
RGB Variations
Color information
#5F8446 (or 0x5F8446) is known color: Dingley. HEX triplet: 5F, 84 and 46. RGB value is (95,132,70). Sum of RGB (Red+Green+Blue) = 95+132+70=297 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.99% from 297); Green value is 132 (51.95% from 255 or 44.44% from 297); Blue value is 70 (27.73% from 255 or 23.57% from 297); Max value from RGB is 132 - color contains mainly: green. Hex color #5F8446 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F8446 is #A07BB9. Grayscale: #727272. Windows color (decimal): -10517434 or 4621407. OLE color: 4621407.
HSL color Cylindrical-coordinate representation of color #5F8446: hue angle of 95.81º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5F8446 is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 95 | 132 | 70 | - |
| CMYK | 0.28 | 0 | 0.47 | 0.48 |
| HSL | 95.81º | 0.31% | 0.4% | - |
| HSV(B) | 95.81º | 0.47% | 0.52% | - |
| XYZ | 14.08 | 19.38 | 8.79 | - |
| YUV | 113.87 | 103.24 | 114.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 132 | 70 | 0.28 | 0 | 0.47 | 0.48 | 95.81 | 0.31 | 0.4 |
| Hex | 5F | 84 | 46 | 1C | 0 | 2F | 30 | 60 | 1F | 28 |
| Octal | 137 | 204 | 106 | 34 | 0 | 57 | 60 | 140 | 37 | 50 |
| Binary | 1011111 | 10000100 | 1000110 | 11100 | 0 | 101111 | 110000 | 1100000 | 11111 | 101000 |
Color Harmonies of #5F8446
Complementary color
Monochromatic Colors of #5F8446
Black with #5F8446
Text Example
Text Example
White with #5F8446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F8446; }
p { color: rgb(95,132,70); }
H1.HeaderClassName
{
color: #5F8446;
}
.AnyTagClassName
{
color: #5F8446;
}
</style>
background-color css
<style>
a { background-color: #5F8446; }
a { background-color: rgb(95,132,70); }
div.DivClassName
{
background-color: #5F8446;
}
.BgClassName
{
background-color: #5F8446;
}
</style>
border-color css
<style>
span { border-color: #5F8446; }
span { border-color: rgb(95,132,70); }
td.TdClassName
{
border-color: #5F8446;
}
.TagClassName
{
border-color: #5F8446;
}
</style>