Shades of Dingley #5E8B3F
Tints of Dingley #5E8B3F
RGB
CMYK
RGB Variations
Color information
#5E8B3F (or 0x5E8B3F) is known color: Dingley. HEX triplet: 5E, 8B and 3F. RGB value is (94,139,63). Sum of RGB (Red+Green+Blue) = 94+139+63=296 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.76% from 296); Green value is 139 (54.69% from 255 or 46.96% from 296); Blue value is 63 (25% from 255 or 21.28% from 296); Max value from RGB is 139 - color contains mainly: green. Hex color #5E8B3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E8B3F is #A174C0. Grayscale: #757575. Windows color (decimal): -10581185 or 4164446. OLE color: 4164446.
HSL color Cylindrical-coordinate representation of color #5E8B3F: hue angle of 95.53º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5E8B3F is Cyan = 0.32, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 94 | 139 | 63 | - |
| CMYK | 0.32 | 0 | 0.55 | 0.45 |
| HSL | 95.53º | 0.38% | 0.4% | - |
| HSV(B) | 95.53º | 0.55% | 0.55% | - |
| XYZ | 14.75 | 21.2 | 8.02 | - |
| YUV | 116.88 | 97.59 | 111.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 139 | 63 | 0.32 | 0 | 0.55 | 0.45 | 95.53 | 0.38 | 0.4 |
| Hex | 5E | 8B | 3F | 20 | 0 | 37 | 2D | 60 | 26 | 28 |
| Octal | 136 | 213 | 77 | 40 | 0 | 67 | 55 | 140 | 46 | 50 |
| Binary | 1011110 | 10001011 | 111111 | 100000 | 0 | 110111 | 101101 | 1100000 | 100110 | 101000 |
Color Harmonies of #5E8B3F
Complementary color
Monochromatic Colors of #5E8B3F
Black with #5E8B3F
Text Example
Text Example
White with #5E8B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8B3F; }
p { color: rgb(94,139,63); }
H1.HeaderClassName
{
color: #5E8B3F;
}
.AnyTagClassName
{
color: #5E8B3F;
}
</style>
background-color css
<style>
a { background-color: #5E8B3F; }
a { background-color: rgb(94,139,63); }
div.DivClassName
{
background-color: #5E8B3F;
}
.BgClassName
{
background-color: #5E8B3F;
}
</style>
border-color css
<style>
span { border-color: #5E8B3F; }
span { border-color: rgb(94,139,63); }
td.TdClassName
{
border-color: #5E8B3F;
}
.TagClassName
{
border-color: #5E8B3F;
}
</style>