Shades of Dingley #5E7C3E
Tints of Dingley #5E7C3E
RGB
CMYK
RGB Variations
Color information
#5E7C3E (or 0x5E7C3E) is known color: Dingley. HEX triplet: 5E, 7C and 3E. RGB value is (94,124,62). Sum of RGB (Red+Green+Blue) = 94+124+62=280 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.57% from 280); Green value is 124 (48.83% from 255 or 44.29% from 280); Blue value is 62 (24.61% from 255 or 22.14% from 280); Max value from RGB is 124 - color contains mainly: green. Hex color #5E7C3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7C3E is #A183C1. Grayscale: #6C6C6C. Windows color (decimal): -10585026 or 4095070. OLE color: 4095070.
HSL color Cylindrical-coordinate representation of color #5E7C3E: hue angle of 89.03º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5E7C3E is Cyan = 0.24, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 94 | 124 | 62 | - |
| CMYK | 0.24 | 0 | 0.5 | 0.51 |
| HSL | 89.03º | 0.33% | 0.36% | - |
| HSV(B) | 89.03º | 0.5% | 0.49% | - |
| XYZ | 12.69 | 17.14 | 7.2 | - |
| YUV | 107.96 | 102.06 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 124 | 62 | 0.24 | 0 | 0.5 | 0.51 | 89.03 | 0.33 | 0.36 |
| Hex | 5E | 7C | 3E | 18 | 0 | 32 | 33 | 59 | 21 | 24 |
| Octal | 136 | 174 | 76 | 30 | 0 | 62 | 63 | 131 | 41 | 44 |
| Binary | 1011110 | 1111100 | 111110 | 11000 | 0 | 110010 | 110011 | 1011001 | 100001 | 100100 |
Color Harmonies of #5E7C3E
Complementary color
Monochromatic Colors of #5E7C3E
Black with #5E7C3E
Text Example
Text Example
White with #5E7C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7C3E; }
p { color: rgb(94,124,62); }
H1.HeaderClassName
{
color: #5E7C3E;
}
.AnyTagClassName
{
color: #5E7C3E;
}
</style>
background-color css
<style>
a { background-color: #5E7C3E; }
a { background-color: rgb(94,124,62); }
div.DivClassName
{
background-color: #5E7C3E;
}
.BgClassName
{
background-color: #5E7C3E;
}
</style>
border-color css
<style>
span { border-color: #5E7C3E; }
span { border-color: rgb(94,124,62); }
td.TdClassName
{
border-color: #5E7C3E;
}
.TagClassName
{
border-color: #5E7C3E;
}
</style>