Shades of Dingley #5A873D
Tints of Dingley #5A873D
RGB
CMYK
RGB Variations
Color information
#5A873D (or 0x5A873D) is known color: Dingley. HEX triplet: 5A, 87 and 3D. RGB value is (90,135,61). Sum of RGB (Red+Green+Blue) = 90+135+61=286 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.47% from 286); Green value is 135 (53.12% from 255 or 47.20% from 286); Blue value is 61 (24.22% from 255 or 21.33% from 286); Max value from RGB is 135 - color contains mainly: green. Hex color #5A873D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A873D is #A578C2. Grayscale: #717171. Windows color (decimal): -10844355 or 4032346. OLE color: 4032346.
HSL color Cylindrical-coordinate representation of color #5A873D: hue angle of 96.49º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5A873D is Cyan = 0.33, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 90 | 135 | 61 | - |
| CMYK | 0.33 | 0 | 0.55 | 0.47 |
| HSL | 96.49º | 0.38% | 0.38% | - |
| HSV(B) | 96.49º | 0.55% | 0.53% | - |
| XYZ | 13.72 | 19.84 | 7.52 | - |
| YUV | 113.11 | 98.59 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 135 | 61 | 0.33 | 0 | 0.55 | 0.47 | 96.49 | 0.38 | 0.38 |
| Hex | 5A | 87 | 3D | 21 | 0 | 37 | 2F | 60 | 26 | 26 |
| Octal | 132 | 207 | 75 | 41 | 0 | 67 | 57 | 140 | 46 | 46 |
| Binary | 1011010 | 10000111 | 111101 | 100001 | 0 | 110111 | 101111 | 1100000 | 100110 | 100110 |
Color Harmonies of #5A873D
Complementary color
Monochromatic Colors of #5A873D
Black with #5A873D
Text Example
Text Example
White with #5A873D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A873D; }
p { color: rgb(90,135,61); }
H1.HeaderClassName
{
color: #5A873D;
}
.AnyTagClassName
{
color: #5A873D;
}
</style>
background-color css
<style>
a { background-color: #5A873D; }
a { background-color: rgb(90,135,61); }
div.DivClassName
{
background-color: #5A873D;
}
.BgClassName
{
background-color: #5A873D;
}
</style>
border-color css
<style>
span { border-color: #5A873D; }
span { border-color: rgb(90,135,61); }
td.TdClassName
{
border-color: #5A873D;
}
.TagClassName
{
border-color: #5A873D;
}
</style>