Shades of Dingley #5A7F38
Tints of Dingley #5A7F38
RGB
CMYK
RGB Variations
Color information
#5A7F38 (or 0x5A7F38) is known color: Dingley. HEX triplet: 5A, 7F and 38. RGB value is (90,127,56). Sum of RGB (Red+Green+Blue) = 90+127+56=273 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.97% from 273); Green value is 127 (50% from 255 or 46.52% from 273); Blue value is 56 (22.27% from 255 or 20.51% from 273); Max value from RGB is 127 - color contains mainly: green. Hex color #5A7F38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7F38 is #A580C7. Grayscale: #6C6C6C. Windows color (decimal): -10846408 or 3702618. OLE color: 3702618.
HSL color Cylindrical-coordinate representation of color #5A7F38: hue angle of 91.27º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5A7F38 is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 90 | 127 | 56 | - |
| CMYK | 0.29 | 0 | 0.56 | 0.50 |
| HSL | 91.27º | 0.39% | 0.36% | - |
| HSV(B) | 91.27º | 0.56% | 0.5% | - |
| XYZ | 12.52 | 17.64 | 6.49 | - |
| YUV | 107.84 | 98.74 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 127 | 56 | 0.29 | 0 | 0.56 | 0.50 | 91.27 | 0.39 | 0.36 |
| Hex | 5A | 7F | 38 | 1D | 0 | 38 | 32 | 5B | 27 | 24 |
| Octal | 132 | 177 | 70 | 35 | 0 | 70 | 62 | 133 | 47 | 44 |
| Binary | 1011010 | 1111111 | 111000 | 11101 | 0 | 111000 | 110010 | 1011011 | 100111 | 100100 |
Color Harmonies of #5A7F38
Complementary color
Monochromatic Colors of #5A7F38
Black with #5A7F38
Text Example
Text Example
White with #5A7F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7F38; }
p { color: rgb(90,127,56); }
H1.HeaderClassName
{
color: #5A7F38;
}
.AnyTagClassName
{
color: #5A7F38;
}
</style>
background-color css
<style>
a { background-color: #5A7F38; }
a { background-color: rgb(90,127,56); }
div.DivClassName
{
background-color: #5A7F38;
}
.BgClassName
{
background-color: #5A7F38;
}
</style>
border-color css
<style>
span { border-color: #5A7F38; }
span { border-color: rgb(90,127,56); }
td.TdClassName
{
border-color: #5A7F38;
}
.TagClassName
{
border-color: #5A7F38;
}
</style>