Shades of Dingley #5F883A
Tints of Dingley #5F883A
RGB
CMYK
RGB Variations
Color information
#5F883A (or 0x5F883A) is known color: Dingley. HEX triplet: 5F, 88 and 3A. RGB value is (95,136,58). Sum of RGB (Red+Green+Blue) = 95+136+58=289 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.87% from 289); Green value is 136 (53.52% from 255 or 47.06% from 289); Blue value is 58 (23.05% from 255 or 20.07% from 289); Max value from RGB is 136 - color contains mainly: green. Hex color #5F883A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F883A is #A077C5. Grayscale: #737373. Windows color (decimal): -10516422 or 3835999. OLE color: 3835999.
HSL color Cylindrical-coordinate representation of color #5F883A: hue angle of 91.54º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5F883A is Cyan = 0.30, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 95 | 136 | 58 | - |
| CMYK | 0.30 | 0 | 0.57 | 0.47 |
| HSL | 91.54º | 0.4% | 0.38% | - |
| HSV(B) | 91.54º | 0.57% | 0.53% | - |
| XYZ | 14.29 | 20.35 | 7.18 | - |
| YUV | 114.85 | 95.92 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 136 | 58 | 0.30 | 0 | 0.57 | 0.47 | 91.54 | 0.4 | 0.38 |
| Hex | 5F | 88 | 3A | 1E | 0 | 39 | 2F | 5C | 28 | 26 |
| Octal | 137 | 210 | 72 | 36 | 0 | 71 | 57 | 134 | 50 | 46 |
| Binary | 1011111 | 10001000 | 111010 | 11110 | 0 | 111001 | 101111 | 1011100 | 101000 | 100110 |
Color Harmonies of #5F883A
Complementary color
Monochromatic Colors of #5F883A
Black with #5F883A
Text Example
Text Example
White with #5F883A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F883A; }
p { color: rgb(95,136,58); }
H1.HeaderClassName
{
color: #5F883A;
}
.AnyTagClassName
{
color: #5F883A;
}
</style>
background-color css
<style>
a { background-color: #5F883A; }
a { background-color: rgb(95,136,58); }
div.DivClassName
{
background-color: #5F883A;
}
.BgClassName
{
background-color: #5F883A;
}
</style>
border-color css
<style>
span { border-color: #5F883A; }
span { border-color: rgb(95,136,58); }
td.TdClassName
{
border-color: #5F883A;
}
.TagClassName
{
border-color: #5F883A;
}
</style>