Shades of Dingley #5A903D
Tints of Dingley #5A903D
RGB
CMYK
RGB Variations
Color information
#5A903D (or 0x5A903D) is known color: Dingley. HEX triplet: 5A, 90 and 3D. RGB value is (90,144,61). Sum of RGB (Red+Green+Blue) = 90+144+61=295 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.51% from 295); Green value is 144 (56.64% from 255 or 48.81% from 295); Blue value is 61 (24.22% from 255 or 20.68% from 295); Max value from RGB is 144 - color contains mainly: green. Hex color #5A903D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A903D is #A56FC2. Grayscale: #767676. Windows color (decimal): -10842051 or 4034650. OLE color: 4034650.
HSL color Cylindrical-coordinate representation of color #5A903D: hue angle of 99.04º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5A903D is Cyan = 0.37, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 90 | 144 | 61 | - |
| CMYK | 0.37 | 0 | 0.58 | 0.44 |
| HSL | 99.04º | 0.4% | 0.4% | - |
| HSV(B) | 99.04º | 0.58% | 0.56% | - |
| XYZ | 15.03 | 22.46 | 7.96 | - |
| YUV | 118.39 | 95.61 | 107.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 144 | 61 | 0.37 | 0 | 0.58 | 0.44 | 99.04 | 0.4 | 0.4 |
| Hex | 5A | 90 | 3D | 25 | 0 | 3A | 2C | 63 | 28 | 28 |
| Octal | 132 | 220 | 75 | 45 | 0 | 72 | 54 | 143 | 50 | 50 |
| Binary | 1011010 | 10010000 | 111101 | 100101 | 0 | 111010 | 101100 | 1100011 | 101000 | 101000 |
Color Harmonies of #5A903D
Complementary color
Monochromatic Colors of #5A903D
Black with #5A903D
Text Example
Text Example
White with #5A903D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A903D; }
p { color: rgb(90,144,61); }
H1.HeaderClassName
{
color: #5A903D;
}
.AnyTagClassName
{
color: #5A903D;
}
</style>
background-color css
<style>
a { background-color: #5A903D; }
a { background-color: rgb(90,144,61); }
div.DivClassName
{
background-color: #5A903D;
}
.BgClassName
{
background-color: #5A903D;
}
</style>
border-color css
<style>
span { border-color: #5A903D; }
span { border-color: rgb(90,144,61); }
td.TdClassName
{
border-color: #5A903D;
}
.TagClassName
{
border-color: #5A903D;
}
</style>