Shades of Dingley #5E7F38
Tints of Dingley #5E7F38
RGB
CMYK
RGB Variations
Color information
#5E7F38 (or 0x5E7F38) is known color: Dingley. HEX triplet: 5E, 7F and 38. RGB value is (94,127,56). Sum of RGB (Red+Green+Blue) = 94+127+56=277 (36% of max value = 765). Red value is 94 (37.11% from 255 or 33.94% from 277); Green value is 127 (50% from 255 or 45.85% from 277); Blue value is 56 (22.27% from 255 or 20.22% from 277); Max value from RGB is 127 - color contains mainly: green. Hex color #5E7F38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7F38 is #A180C7. Grayscale: #6D6D6D. Windows color (decimal): -10584264 or 3702622. OLE color: 3702622.
HSL color Cylindrical-coordinate representation of color #5E7F38: hue angle of 87.89º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5E7F38 is Cyan = 0.26, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 94 | 127 | 56 | - |
| CMYK | 0.26 | 0 | 0.56 | 0.50 |
| HSL | 87.89º | 0.39% | 0.36% | - |
| HSV(B) | 87.89º | 0.56% | 0.5% | - |
| XYZ | 12.92 | 17.84 | 6.5 | - |
| YUV | 109.04 | 98.07 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 127 | 56 | 0.26 | 0 | 0.56 | 0.50 | 87.89 | 0.39 | 0.36 |
| Hex | 5E | 7F | 38 | 1A | 0 | 38 | 32 | 58 | 27 | 24 |
| Octal | 136 | 177 | 70 | 32 | 0 | 70 | 62 | 130 | 47 | 44 |
| Binary | 1011110 | 1111111 | 111000 | 11010 | 0 | 111000 | 110010 | 1011000 | 100111 | 100100 |
Color Harmonies of #5E7F38
Complementary color
Monochromatic Colors of #5E7F38
Black with #5E7F38
Text Example
Text Example
White with #5E7F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7F38; }
p { color: rgb(94,127,56); }
H1.HeaderClassName
{
color: #5E7F38;
}
.AnyTagClassName
{
color: #5E7F38;
}
</style>
background-color css
<style>
a { background-color: #5E7F38; }
a { background-color: rgb(94,127,56); }
div.DivClassName
{
background-color: #5E7F38;
}
.BgClassName
{
background-color: #5E7F38;
}
</style>
border-color css
<style>
span { border-color: #5E7F38; }
span { border-color: rgb(94,127,56); }
td.TdClassName
{
border-color: #5E7F38;
}
.TagClassName
{
border-color: #5E7F38;
}
</style>