Shades of Dingley #5A8240
Tints of Dingley #5A8240
RGB
CMYK
RGB Variations
Color information
#5A8240 (or 0x5A8240) is known color: Dingley. HEX triplet: 5A, 82 and 40. RGB value is (90,130,64). Sum of RGB (Red+Green+Blue) = 90+130+64=284 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.69% from 284); Green value is 130 (51.17% from 255 or 45.77% from 284); Blue value is 64 (25.39% from 255 or 22.54% from 284); Max value from RGB is 130 - color contains mainly: green. Hex color #5A8240 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A8240 is #A57DBF. Grayscale: #6E6E6E. Windows color (decimal): -10845632 or 4227674. OLE color: 4227674.
HSL color Cylindrical-coordinate representation of color #5A8240: hue angle of 96.36º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5A8240 is Cyan = 0.31, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 90 | 130 | 64 | - |
| CMYK | 0.31 | 0 | 0.51 | 0.49 |
| HSL | 96.36º | 0.34% | 0.38% | - |
| HSV(B) | 96.36º | 0.51% | 0.51% | - |
| XYZ | 13.12 | 18.51 | 7.73 | - |
| YUV | 110.52 | 101.75 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 130 | 64 | 0.31 | 0 | 0.51 | 0.49 | 96.36 | 0.34 | 0.38 |
| Hex | 5A | 82 | 40 | 1F | 0 | 33 | 31 | 60 | 22 | 26 |
| Octal | 132 | 202 | 100 | 37 | 0 | 63 | 61 | 140 | 42 | 46 |
| Binary | 1011010 | 10000010 | 1000000 | 11111 | 0 | 110011 | 110001 | 1100000 | 100010 | 100110 |
Color Harmonies of #5A8240
Complementary color
Monochromatic Colors of #5A8240
Black with #5A8240
Text Example
Text Example
White with #5A8240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8240; }
p { color: rgb(90,130,64); }
H1.HeaderClassName
{
color: #5A8240;
}
.AnyTagClassName
{
color: #5A8240;
}
</style>
background-color css
<style>
a { background-color: #5A8240; }
a { background-color: rgb(90,130,64); }
div.DivClassName
{
background-color: #5A8240;
}
.BgClassName
{
background-color: #5A8240;
}
</style>
border-color css
<style>
span { border-color: #5A8240; }
span { border-color: rgb(90,130,64); }
td.TdClassName
{
border-color: #5A8240;
}
.TagClassName
{
border-color: #5A8240;
}
</style>