Shades of Dingley #5A734B
Tints of Dingley #5A734B
RGB
CMYK
RGB Variations
Color information
#5A734B (or 0x5A734B) is known color: Dingley. HEX triplet: 5A, 73 and 4B. RGB value is (90,115,75). Sum of RGB (Red+Green+Blue) = 90+115+75=280 (37% of max value = 765). Red value is 90 (35.55% from 255 or 32.14% from 280); Green value is 115 (45.31% from 255 or 41.07% from 280); Blue value is 75 (29.69% from 255 or 26.79% from 280); Max value from RGB is 115 - color contains mainly: green. Hex color #5A734B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A734B is #A58CB4. Grayscale: #676767. Windows color (decimal): -10849461 or 4944730. OLE color: 4944730.
HSL color Cylindrical-coordinate representation of color #5A734B: hue angle of 97.5º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5A734B is Cyan = 0.22, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 90 | 115 | 75 | - |
| CMYK | 0.22 | 0 | 0.35 | 0.55 |
| HSL | 97.5º | 0.21% | 0.37% | - |
| HSV(B) | 97.5º | 0.35% | 0.45% | - |
| XYZ | 11.62 | 14.94 | 8.93 | - |
| YUV | 102.97 | 112.22 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 115 | 75 | 0.22 | 0 | 0.35 | 0.55 | 97.5 | 0.21 | 0.37 |
| Hex | 5A | 73 | 4B | 16 | 0 | 23 | 37 | 62 | 15 | 25 |
| Octal | 132 | 163 | 113 | 26 | 0 | 43 | 67 | 142 | 25 | 45 |
| Binary | 1011010 | 1110011 | 1001011 | 10110 | 0 | 100011 | 110111 | 1100010 | 10101 | 100101 |
Color Harmonies of #5A734B
Complementary color
Monochromatic Colors of #5A734B
Black with #5A734B
Text Example
Text Example
White with #5A734B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A734B; }
p { color: rgb(90,115,75); }
H1.HeaderClassName
{
color: #5A734B;
}
.AnyTagClassName
{
color: #5A734B;
}
</style>
background-color css
<style>
a { background-color: #5A734B; }
a { background-color: rgb(90,115,75); }
div.DivClassName
{
background-color: #5A734B;
}
.BgClassName
{
background-color: #5A734B;
}
</style>
border-color css
<style>
span { border-color: #5A734B; }
span { border-color: rgb(90,115,75); }
td.TdClassName
{
border-color: #5A734B;
}
.TagClassName
{
border-color: #5A734B;
}
</style>