Shades of Dingley #5A7A41
Tints of Dingley #5A7A41
RGB
CMYK
RGB Variations
Color information
#5A7A41 (or 0x5A7A41) is known color: Dingley. HEX triplet: 5A, 7A and 41. RGB value is (90,122,65). Sum of RGB (Red+Green+Blue) = 90+122+65=277 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.49% from 277); Green value is 122 (48.05% from 255 or 44.04% from 277); Blue value is 65 (25.78% from 255 or 23.47% from 277); Max value from RGB is 122 - color contains mainly: green. Hex color #5A7A41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7A41 is #A585BE. Grayscale: #6A6A6A. Windows color (decimal): -10847679 or 4291162. OLE color: 4291162.
HSL color Cylindrical-coordinate representation of color #5A7A41: hue angle of 93.68º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5A7A41 is Cyan = 0.26, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 90 | 122 | 65 | - |
| CMYK | 0.26 | 0 | 0.47 | 0.52 |
| HSL | 93.68º | 0.3% | 0.37% | - |
| HSV(B) | 93.68º | 0.47% | 0.48% | - |
| XYZ | 12.13 | 16.47 | 7.54 | - |
| YUV | 105.93 | 104.9 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 122 | 65 | 0.26 | 0 | 0.47 | 0.52 | 93.68 | 0.3 | 0.37 |
| Hex | 5A | 7A | 41 | 1A | 0 | 2F | 34 | 5E | 1E | 25 |
| Octal | 132 | 172 | 101 | 32 | 0 | 57 | 64 | 136 | 36 | 45 |
| Binary | 1011010 | 1111010 | 1000001 | 11010 | 0 | 101111 | 110100 | 1011110 | 11110 | 100101 |
Color Harmonies of #5A7A41
Complementary color
Monochromatic Colors of #5A7A41
Black with #5A7A41
Text Example
Text Example
White with #5A7A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7A41; }
p { color: rgb(90,122,65); }
H1.HeaderClassName
{
color: #5A7A41;
}
.AnyTagClassName
{
color: #5A7A41;
}
</style>
background-color css
<style>
a { background-color: #5A7A41; }
a { background-color: rgb(90,122,65); }
div.DivClassName
{
background-color: #5A7A41;
}
.BgClassName
{
background-color: #5A7A41;
}
</style>
border-color css
<style>
span { border-color: #5A7A41; }
span { border-color: rgb(90,122,65); }
td.TdClassName
{
border-color: #5A7A41;
}
.TagClassName
{
border-color: #5A7A41;
}
</style>