Shades of Dingley #5A883B
Tints of Dingley #5A883B
RGB
CMYK
RGB Variations
Color information
#5A883B (or 0x5A883B) is known color: Dingley. HEX triplet: 5A, 88 and 3B. RGB value is (90,136,59). Sum of RGB (Red+Green+Blue) = 90+136+59=285 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.58% from 285); Green value is 136 (53.52% from 255 or 47.72% from 285); Blue value is 59 (23.44% from 255 or 20.70% from 285); Max value from RGB is 136 - color contains mainly: green. Hex color #5A883B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A883B is #A577C4. Grayscale: #717171. Windows color (decimal): -10844101 or 3901530. OLE color: 3901530.
HSL color Cylindrical-coordinate representation of color #5A883B: hue angle of 95.84º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5A883B is Cyan = 0.34, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 90 | 136 | 59 | - |
| CMYK | 0.34 | 0 | 0.57 | 0.47 |
| HSL | 95.84º | 0.39% | 0.38% | - |
| HSV(B) | 95.84º | 0.57% | 0.53% | - |
| XYZ | 13.81 | 20.1 | 7.29 | - |
| YUV | 113.47 | 97.26 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 136 | 59 | 0.34 | 0 | 0.57 | 0.47 | 95.84 | 0.39 | 0.38 |
| Hex | 5A | 88 | 3B | 22 | 0 | 39 | 2F | 60 | 27 | 26 |
| Octal | 132 | 210 | 73 | 42 | 0 | 71 | 57 | 140 | 47 | 46 |
| Binary | 1011010 | 10001000 | 111011 | 100010 | 0 | 111001 | 101111 | 1100000 | 100111 | 100110 |
Color Harmonies of #5A883B
Complementary color
Monochromatic Colors of #5A883B
Black with #5A883B
Text Example
Text Example
White with #5A883B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A883B; }
p { color: rgb(90,136,59); }
H1.HeaderClassName
{
color: #5A883B;
}
.AnyTagClassName
{
color: #5A883B;
}
</style>
background-color css
<style>
a { background-color: #5A883B; }
a { background-color: rgb(90,136,59); }
div.DivClassName
{
background-color: #5A883B;
}
.BgClassName
{
background-color: #5A883B;
}
</style>
border-color css
<style>
span { border-color: #5A883B; }
span { border-color: rgb(90,136,59); }
td.TdClassName
{
border-color: #5A883B;
}
.TagClassName
{
border-color: #5A883B;
}
</style>