Shades of Dingley #5E8336
Tints of Dingley #5E8336
RGB
CMYK
RGB Variations
Color information
#5E8336 (or 0x5E8336) is known color: Dingley. HEX triplet: 5E, 83 and 36. RGB value is (94,131,54). Sum of RGB (Red+Green+Blue) = 94+131+54=279 (36% of max value = 765). Red value is 94 (37.11% from 255 or 33.69% from 279); Green value is 131 (51.56% from 255 or 46.95% from 279); Blue value is 54 (21.48% from 255 or 19.35% from 279); Max value from RGB is 131 - color contains mainly: green. Hex color #5E8336 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E8336 is #A17CC9. Grayscale: #6F6F6F. Windows color (decimal): -10583242 or 3572574. OLE color: 3572574.
HSL color Cylindrical-coordinate representation of color #5E8336: hue angle of 88.83º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5E8336 is Cyan = 0.28, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 94 | 131 | 54 | - |
| CMYK | 0.28 | 0 | 0.59 | 0.49 |
| HSL | 88.83º | 0.42% | 0.36% | - |
| HSV(B) | 88.83º | 0.59% | 0.51% | - |
| XYZ | 13.4 | 18.88 | 6.43 | - |
| YUV | 111.16 | 95.74 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 131 | 54 | 0.28 | 0 | 0.59 | 0.49 | 88.83 | 0.42 | 0.36 |
| Hex | 5E | 83 | 36 | 1C | 0 | 3B | 31 | 59 | 2A | 24 |
| Octal | 136 | 203 | 66 | 34 | 0 | 73 | 61 | 131 | 52 | 44 |
| Binary | 1011110 | 10000011 | 110110 | 11100 | 0 | 111011 | 110001 | 1011001 | 101010 | 100100 |
Color Harmonies of #5E8336
Complementary color
Monochromatic Colors of #5E8336
Black with #5E8336
Text Example
Text Example
White with #5E8336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8336; }
p { color: rgb(94,131,54); }
H1.HeaderClassName
{
color: #5E8336;
}
.AnyTagClassName
{
color: #5E8336;
}
</style>
background-color css
<style>
a { background-color: #5E8336; }
a { background-color: rgb(94,131,54); }
div.DivClassName
{
background-color: #5E8336;
}
.BgClassName
{
background-color: #5E8336;
}
</style>
border-color css
<style>
span { border-color: #5E8336; }
span { border-color: rgb(94,131,54); }
td.TdClassName
{
border-color: #5E8336;
}
.TagClassName
{
border-color: #5E8336;
}
</style>