Shades of Dingley #5E7348
Tints of Dingley #5E7348
RGB
CMYK
RGB Variations
Color information
#5E7348 (or 0x5E7348) is known color: Dingley. HEX triplet: 5E, 73 and 48. RGB value is (94,115,72). Sum of RGB (Red+Green+Blue) = 94+115+72=281 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.45% from 281); Green value is 115 (45.31% from 255 or 40.93% from 281); Blue value is 72 (28.52% from 255 or 25.62% from 281); Max value from RGB is 115 - color contains mainly: green. Hex color #5E7348 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7348 is #A18CB7. Grayscale: #676767. Windows color (decimal): -10587320 or 4748126. OLE color: 4748126.
HSL color Cylindrical-coordinate representation of color #5E7348: hue angle of 89.3º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5E7348 is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 94 | 115 | 72 | - |
| CMYK | 0.18 | 0 | 0.37 | 0.55 |
| HSL | 89.3º | 0.23% | 0.37% | - |
| HSV(B) | 89.3º | 0.37% | 0.45% | - |
| XYZ | 11.92 | 15.11 | 8.42 | - |
| YUV | 103.82 | 110.04 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 115 | 72 | 0.18 | 0 | 0.37 | 0.55 | 89.3 | 0.23 | 0.37 |
| Hex | 5E | 73 | 48 | 12 | 0 | 25 | 37 | 59 | 17 | 25 |
| Octal | 136 | 163 | 110 | 22 | 0 | 45 | 67 | 131 | 27 | 45 |
| Binary | 1011110 | 1110011 | 1001000 | 10010 | 0 | 100101 | 110111 | 1011001 | 10111 | 100101 |
Color Harmonies of #5E7348
Complementary color
Monochromatic Colors of #5E7348
Black with #5E7348
Text Example
Text Example
White with #5E7348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7348; }
p { color: rgb(94,115,72); }
H1.HeaderClassName
{
color: #5E7348;
}
.AnyTagClassName
{
color: #5E7348;
}
</style>
background-color css
<style>
a { background-color: #5E7348; }
a { background-color: rgb(94,115,72); }
div.DivClassName
{
background-color: #5E7348;
}
.BgClassName
{
background-color: #5E7348;
}
</style>
border-color css
<style>
span { border-color: #5E7348; }
span { border-color: rgb(94,115,72); }
td.TdClassName
{
border-color: #5E7348;
}
.TagClassName
{
border-color: #5E7348;
}
</style>