Shades of Dingley #5E7C3D
Tints of Dingley #5E7C3D
RGB
CMYK
RGB Variations
Color information
#5E7C3D (or 0x5E7C3D) is known color: Dingley. HEX triplet: 5E, 7C and 3D. RGB value is (94,124,61). Sum of RGB (Red+Green+Blue) = 94+124+61=279 (36% of max value = 765). Red value is 94 (37.11% from 255 or 33.69% from 279); Green value is 124 (48.83% from 255 or 44.44% from 279); Blue value is 61 (24.22% from 255 or 21.86% from 279); Max value from RGB is 124 - color contains mainly: green. Hex color #5E7C3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7C3D is #A183C2. Grayscale: #6C6C6C. Windows color (decimal): -10585027 or 4029534. OLE color: 4029534.
HSL color Cylindrical-coordinate representation of color #5E7C3D: hue angle of 88.57º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5E7C3D is Cyan = 0.24, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 94 | 124 | 61 | - |
| CMYK | 0.24 | 0 | 0.51 | 0.51 |
| HSL | 88.57º | 0.34% | 0.36% | - |
| HSV(B) | 88.57º | 0.51% | 0.49% | - |
| XYZ | 12.67 | 17.13 | 7.05 | - |
| YUV | 107.85 | 101.56 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 124 | 61 | 0.24 | 0 | 0.51 | 0.51 | 88.57 | 0.34 | 0.36 |
| Hex | 5E | 7C | 3D | 18 | 0 | 33 | 33 | 59 | 22 | 24 |
| Octal | 136 | 174 | 75 | 30 | 0 | 63 | 63 | 131 | 42 | 44 |
| Binary | 1011110 | 1111100 | 111101 | 11000 | 0 | 110011 | 110011 | 1011001 | 100010 | 100100 |
Color Harmonies of #5E7C3D
Complementary color
Monochromatic Colors of #5E7C3D
Black with #5E7C3D
Text Example
Text Example
White with #5E7C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7C3D; }
p { color: rgb(94,124,61); }
H1.HeaderClassName
{
color: #5E7C3D;
}
.AnyTagClassName
{
color: #5E7C3D;
}
</style>
background-color css
<style>
a { background-color: #5E7C3D; }
a { background-color: rgb(94,124,61); }
div.DivClassName
{
background-color: #5E7C3D;
}
.BgClassName
{
background-color: #5E7C3D;
}
</style>
border-color css
<style>
span { border-color: #5E7C3D; }
span { border-color: rgb(94,124,61); }
td.TdClassName
{
border-color: #5E7C3D;
}
.TagClassName
{
border-color: #5E7C3D;
}
</style>