Shades of Dingley #5A7D43
Tints of Dingley #5A7D43
RGB
CMYK
RGB Variations
Color information
#5A7D43 (or 0x5A7D43) is known color: Dingley. HEX triplet: 5A, 7D and 43. RGB value is (90,125,67). Sum of RGB (Red+Green+Blue) = 90+125+67=282 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.91% from 282); Green value is 125 (49.22% from 255 or 44.33% from 282); Blue value is 67 (26.56% from 255 or 23.76% from 282); Max value from RGB is 125 - color contains mainly: green. Hex color #5A7D43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7D43 is #A582BC. Grayscale: #6C6C6C. Windows color (decimal): -10846909 or 4423002. OLE color: 4423002.
HSL color Cylindrical-coordinate representation of color #5A7D43: hue angle of 96.21º 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 #5A7D43 is Cyan = 0.28, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 90 | 125 | 67 | - |
| CMYK | 0.28 | 0 | 0.46 | 0.51 |
| HSL | 96.21º | 0.3% | 0.38% | - |
| HSV(B) | 96.21º | 0.46% | 0.49% | - |
| XYZ | 12.56 | 17.25 | 7.98 | - |
| YUV | 107.92 | 104.9 | 115.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 125 | 67 | 0.28 | 0 | 0.46 | 0.51 | 96.21 | 0.3 | 0.38 |
| Hex | 5A | 7D | 43 | 1C | 0 | 2E | 33 | 60 | 1E | 26 |
| Octal | 132 | 175 | 103 | 34 | 0 | 56 | 63 | 140 | 36 | 46 |
| Binary | 1011010 | 1111101 | 1000011 | 11100 | 0 | 101110 | 110011 | 1100000 | 11110 | 100110 |
Color Harmonies of #5A7D43
Complementary color
Monochromatic Colors of #5A7D43
Black with #5A7D43
Text Example
Text Example
White with #5A7D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7D43; }
p { color: rgb(90,125,67); }
H1.HeaderClassName
{
color: #5A7D43;
}
.AnyTagClassName
{
color: #5A7D43;
}
</style>
background-color css
<style>
a { background-color: #5A7D43; }
a { background-color: rgb(90,125,67); }
div.DivClassName
{
background-color: #5A7D43;
}
.BgClassName
{
background-color: #5A7D43;
}
</style>
border-color css
<style>
span { border-color: #5A7D43; }
span { border-color: rgb(90,125,67); }
td.TdClassName
{
border-color: #5A7D43;
}
.TagClassName
{
border-color: #5A7D43;
}
</style>