Shades of Dingley #5E8144
Tints of Dingley #5E8144
RGB
CMYK
RGB Variations
Color information
#5E8144 (or 0x5E8144) is known color: Dingley. HEX triplet: 5E, 81 and 44. RGB value is (94,129,68). Sum of RGB (Red+Green+Blue) = 94+129+68=291 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.30% from 291); Green value is 129 (50.78% from 255 or 44.33% from 291); Blue value is 68 (26.95% from 255 or 23.37% from 291); Max value from RGB is 129 - color contains mainly: green. Hex color #5E8144 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E8144 is #A17EBB. Grayscale: #6F6F6F. Windows color (decimal): -10583740 or 4489566. OLE color: 4489566.
HSL color Cylindrical-coordinate representation of color #5E8144: hue angle of 94.43º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5E8144 is Cyan = 0.27, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 94 | 129 | 68 | - |
| CMYK | 0.27 | 0 | 0.47 | 0.49 |
| HSL | 94.43º | 0.31% | 0.39% | - |
| HSV(B) | 94.43º | 0.47% | 0.51% | - |
| XYZ | 13.51 | 18.5 | 8.33 | - |
| YUV | 111.58 | 103.4 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 129 | 68 | 0.27 | 0 | 0.47 | 0.49 | 94.43 | 0.31 | 0.39 |
| Hex | 5E | 81 | 44 | 1B | 0 | 2F | 31 | 5E | 1F | 27 |
| Octal | 136 | 201 | 104 | 33 | 0 | 57 | 61 | 136 | 37 | 47 |
| Binary | 1011110 | 10000001 | 1000100 | 11011 | 0 | 101111 | 110001 | 1011110 | 11111 | 100111 |
Color Harmonies of #5E8144
Complementary color
Monochromatic Colors of #5E8144
Black with #5E8144
Text Example
Text Example
White with #5E8144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8144; }
p { color: rgb(94,129,68); }
H1.HeaderClassName
{
color: #5E8144;
}
.AnyTagClassName
{
color: #5E8144;
}
</style>
background-color css
<style>
a { background-color: #5E8144; }
a { background-color: rgb(94,129,68); }
div.DivClassName
{
background-color: #5E8144;
}
.BgClassName
{
background-color: #5E8144;
}
</style>
border-color css
<style>
span { border-color: #5E8144; }
span { border-color: rgb(94,129,68); }
td.TdClassName
{
border-color: #5E8144;
}
.TagClassName
{
border-color: #5E8144;
}
</style>