Shades of Dingley #5F8237
Tints of Dingley #5F8237
RGB
CMYK
RGB Variations
Color information
#5F8237 (or 0x5F8237) is known color: Dingley. HEX triplet: 5F, 82 and 37. RGB value is (95,130,55). Sum of RGB (Red+Green+Blue) = 95+130+55=280 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.93% from 280); Green value is 130 (51.17% from 255 or 46.43% from 280); Blue value is 55 (21.88% from 255 or 19.64% from 280); Max value from RGB is 130 - color contains mainly: green. Hex color #5F8237 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F8237 is #A07DC8. Grayscale: #6F6F6F. Windows color (decimal): -10517961 or 3637855. OLE color: 3637855.
HSL color Cylindrical-coordinate representation of color #5F8237: hue angle of 88º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5F8237 is Cyan = 0.27, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 95 | 130 | 55 | - |
| CMYK | 0.27 | 0 | 0.58 | 0.49 |
| HSL | 88º | 0.41% | 0.36% | - |
| HSV(B) | 88º | 0.58% | 0.51% | - |
| XYZ | 13.39 | 18.67 | 6.51 | - |
| YUV | 110.99 | 96.4 | 116.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 130 | 55 | 0.27 | 0 | 0.58 | 0.49 | 88 | 0.41 | 0.36 |
| Hex | 5F | 82 | 37 | 1B | 0 | 3A | 31 | 58 | 29 | 24 |
| Octal | 137 | 202 | 67 | 33 | 0 | 72 | 61 | 130 | 51 | 44 |
| Binary | 1011111 | 10000010 | 110111 | 11011 | 0 | 111010 | 110001 | 1011000 | 101001 | 100100 |
Color Harmonies of #5F8237
Complementary color
Monochromatic Colors of #5F8237
Black with #5F8237
Text Example
Text Example
White with #5F8237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F8237; }
p { color: rgb(95,130,55); }
H1.HeaderClassName
{
color: #5F8237;
}
.AnyTagClassName
{
color: #5F8237;
}
</style>
background-color css
<style>
a { background-color: #5F8237; }
a { background-color: rgb(95,130,55); }
div.DivClassName
{
background-color: #5F8237;
}
.BgClassName
{
background-color: #5F8237;
}
</style>
border-color css
<style>
span { border-color: #5F8237; }
span { border-color: rgb(95,130,55); }
td.TdClassName
{
border-color: #5F8237;
}
.TagClassName
{
border-color: #5F8237;
}
</style>