Shades of Dingley #5A8B40
Tints of Dingley #5A8B40
RGB
CMYK
RGB Variations
Color information
#5A8B40 (or 0x5A8B40) is known color: Dingley. HEX triplet: 5A, 8B and 40. RGB value is (90,139,64). Sum of RGB (Red+Green+Blue) = 90+139+64=293 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.72% from 293); Green value is 139 (54.69% from 255 or 47.44% from 293); Blue value is 64 (25.39% from 255 or 21.84% from 293); Max value from RGB is 139 - color contains mainly: green. Hex color #5A8B40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A8B40 is #A574BF. Grayscale: #747474. Windows color (decimal): -10843328 or 4229978. OLE color: 4229978.
HSL color Cylindrical-coordinate representation of color #5A8B40: hue angle of 99.2º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5A8B40 is Cyan = 0.35, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 90 | 139 | 64 | - |
| CMYK | 0.35 | 0 | 0.54 | 0.45 |
| HSL | 99.2º | 0.37% | 0.4% | - |
| HSV(B) | 99.2º | 0.54% | 0.55% | - |
| XYZ | 14.37 | 21.01 | 8.15 | - |
| YUV | 115.8 | 98.77 | 109.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 139 | 64 | 0.35 | 0 | 0.54 | 0.45 | 99.2 | 0.37 | 0.4 |
| Hex | 5A | 8B | 40 | 23 | 0 | 36 | 2D | 63 | 25 | 28 |
| Octal | 132 | 213 | 100 | 43 | 0 | 66 | 55 | 143 | 45 | 50 |
| Binary | 1011010 | 10001011 | 1000000 | 100011 | 0 | 110110 | 101101 | 1100011 | 100101 | 101000 |
Color Harmonies of #5A8B40
Complementary color
Monochromatic Colors of #5A8B40
Black with #5A8B40
Text Example
Text Example
White with #5A8B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8B40; }
p { color: rgb(90,139,64); }
H1.HeaderClassName
{
color: #5A8B40;
}
.AnyTagClassName
{
color: #5A8B40;
}
</style>
background-color css
<style>
a { background-color: #5A8B40; }
a { background-color: rgb(90,139,64); }
div.DivClassName
{
background-color: #5A8B40;
}
.BgClassName
{
background-color: #5A8B40;
}
</style>
border-color css
<style>
span { border-color: #5A8B40; }
span { border-color: rgb(90,139,64); }
td.TdClassName
{
border-color: #5A8B40;
}
.TagClassName
{
border-color: #5A8B40;
}
</style>