Shades of Dingley #5A7D44
Tints of Dingley #5A7D44
RGB
CMYK
RGB Variations
Color information
#5A7D44 (or 0x5A7D44) is known color: Dingley. HEX triplet: 5A, 7D and 44. RGB value is (90,125,68). Sum of RGB (Red+Green+Blue) = 90+125+68=283 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.80% from 283); Green value is 125 (49.22% from 255 or 44.17% from 283); Blue value is 68 (26.95% from 255 or 24.03% from 283); Max value from RGB is 125 - color contains mainly: green. Hex color #5A7D44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7D44 is #A582BB. Grayscale: #6C6C6C. Windows color (decimal): -10846908 or 4488538. OLE color: 4488538.
HSL color Cylindrical-coordinate representation of color #5A7D44: hue angle of 96.84º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5A7D44 is Cyan = 0.28, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 90 | 125 | 68 | - |
| CMYK | 0.28 | 0 | 0.46 | 0.51 |
| HSL | 96.84º | 0.3% | 0.38% | - |
| HSV(B) | 96.84º | 0.46% | 0.49% | - |
| XYZ | 12.59 | 17.26 | 8.14 | - |
| YUV | 108.04 | 105.4 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 125 | 68 | 0.28 | 0 | 0.46 | 0.51 | 96.84 | 0.3 | 0.38 |
| Hex | 5A | 7D | 44 | 1C | 0 | 2E | 33 | 61 | 1E | 26 |
| Octal | 132 | 175 | 104 | 34 | 0 | 56 | 63 | 141 | 36 | 46 |
| Binary | 1011010 | 1111101 | 1000100 | 11100 | 0 | 101110 | 110011 | 1100001 | 11110 | 100110 |
Color Harmonies of #5A7D44
Complementary color
Monochromatic Colors of #5A7D44
Black with #5A7D44
Text Example
Text Example
White with #5A7D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7D44; }
p { color: rgb(90,125,68); }
H1.HeaderClassName
{
color: #5A7D44;
}
.AnyTagClassName
{
color: #5A7D44;
}
</style>
background-color css
<style>
a { background-color: #5A7D44; }
a { background-color: rgb(90,125,68); }
div.DivClassName
{
background-color: #5A7D44;
}
.BgClassName
{
background-color: #5A7D44;
}
</style>
border-color css
<style>
span { border-color: #5A7D44; }
span { border-color: rgb(90,125,68); }
td.TdClassName
{
border-color: #5A7D44;
}
.TagClassName
{
border-color: #5A7D44;
}
</style>