Shades of Dingley #5F883C
Tints of Dingley #5F883C
RGB
CMYK
RGB Variations
Color information
#5F883C (or 0x5F883C) is known color: Dingley. HEX triplet: 5F, 88 and 3C. RGB value is (95,136,60). Sum of RGB (Red+Green+Blue) = 95+136+60=291 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.65% from 291); Green value is 136 (53.52% from 255 or 46.74% from 291); Blue value is 60 (23.83% from 255 or 20.62% from 291); Max value from RGB is 136 - color contains mainly: green. Hex color #5F883C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F883C is #A077C3. Grayscale: #737373. Windows color (decimal): -10516420 or 3967071. OLE color: 3967071.
HSL color Cylindrical-coordinate representation of color #5F883C: hue angle of 92.37º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5F883C is Cyan = 0.30, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 95 | 136 | 60 | - |
| CMYK | 0.30 | 0 | 0.56 | 0.47 |
| HSL | 92.37º | 0.39% | 0.38% | - |
| HSV(B) | 92.37º | 0.56% | 0.53% | - |
| XYZ | 14.34 | 20.37 | 7.45 | - |
| YUV | 115.08 | 96.92 | 113.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 136 | 60 | 0.30 | 0 | 0.56 | 0.47 | 92.37 | 0.39 | 0.38 |
| Hex | 5F | 88 | 3C | 1E | 0 | 38 | 2F | 5C | 27 | 26 |
| Octal | 137 | 210 | 74 | 36 | 0 | 70 | 57 | 134 | 47 | 46 |
| Binary | 1011111 | 10001000 | 111100 | 11110 | 0 | 111000 | 101111 | 1011100 | 100111 | 100110 |
Color Harmonies of #5F883C
Complementary color
Monochromatic Colors of #5F883C
Black with #5F883C
Text Example
Text Example
White with #5F883C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F883C; }
p { color: rgb(95,136,60); }
H1.HeaderClassName
{
color: #5F883C;
}
.AnyTagClassName
{
color: #5F883C;
}
</style>
background-color css
<style>
a { background-color: #5F883C; }
a { background-color: rgb(95,136,60); }
div.DivClassName
{
background-color: #5F883C;
}
.BgClassName
{
background-color: #5F883C;
}
</style>
border-color css
<style>
span { border-color: #5F883C; }
span { border-color: rgb(95,136,60); }
td.TdClassName
{
border-color: #5F883C;
}
.TagClassName
{
border-color: #5F883C;
}
</style>