Shades of Dingley #5E8B3B
Tints of Dingley #5E8B3B
RGB
CMYK
RGB Variations
Color information
#5E8B3B (or 0x5E8B3B) is known color: Dingley. HEX triplet: 5E, 8B and 3B. RGB value is (94,139,59). Sum of RGB (Red+Green+Blue) = 94+139+59=292 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.19% from 292); Green value is 139 (54.69% from 255 or 47.60% from 292); Blue value is 59 (23.44% from 255 or 20.21% from 292); Max value from RGB is 139 - color contains mainly: green. Hex color #5E8B3B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E8B3B is #A174C4. Grayscale: #747474. Windows color (decimal): -10581189 or 3902302. OLE color: 3902302.
HSL color Cylindrical-coordinate representation of color #5E8B3B: hue angle of 93.75º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5E8B3B is Cyan = 0.32, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 94 | 139 | 59 | - |
| CMYK | 0.32 | 0 | 0.58 | 0.45 |
| HSL | 93.75º | 0.4% | 0.39% | - |
| HSV(B) | 93.75º | 0.58% | 0.55% | - |
| XYZ | 14.64 | 21.16 | 7.45 | - |
| YUV | 116.43 | 95.59 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 139 | 59 | 0.32 | 0 | 0.58 | 0.45 | 93.75 | 0.4 | 0.39 |
| Hex | 5E | 8B | 3B | 20 | 0 | 3A | 2D | 5E | 28 | 27 |
| Octal | 136 | 213 | 73 | 40 | 0 | 72 | 55 | 136 | 50 | 47 |
| Binary | 1011110 | 10001011 | 111011 | 100000 | 0 | 111010 | 101101 | 1011110 | 101000 | 100111 |
Color Harmonies of #5E8B3B
Complementary color
Monochromatic Colors of #5E8B3B
Black with #5E8B3B
Text Example
Text Example
White with #5E8B3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8B3B; }
p { color: rgb(94,139,59); }
H1.HeaderClassName
{
color: #5E8B3B;
}
.AnyTagClassName
{
color: #5E8B3B;
}
</style>
background-color css
<style>
a { background-color: #5E8B3B; }
a { background-color: rgb(94,139,59); }
div.DivClassName
{
background-color: #5E8B3B;
}
.BgClassName
{
background-color: #5E8B3B;
}
</style>
border-color css
<style>
span { border-color: #5E8B3B; }
span { border-color: rgb(94,139,59); }
td.TdClassName
{
border-color: #5E8B3B;
}
.TagClassName
{
border-color: #5E8B3B;
}
</style>