Shades of Dingley #5A833C
Tints of Dingley #5A833C
RGB
CMYK
RGB Variations
Color information
#5A833C (or 0x5A833C) is known color: Dingley. HEX triplet: 5A, 83 and 3C. RGB value is (90,131,60). Sum of RGB (Red+Green+Blue) = 90+131+60=281 (37% of max value = 765). Red value is 90 (35.55% from 255 or 32.03% from 281); Green value is 131 (51.56% from 255 or 46.62% from 281); Blue value is 60 (23.83% from 255 or 21.35% from 281); Max value from RGB is 131 - color contains mainly: green. Hex color #5A833C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A833C is #A57CC3. Grayscale: #6E6E6E. Windows color (decimal): -10845380 or 3965786. OLE color: 3965786.
HSL color Cylindrical-coordinate representation of color #5A833C: hue angle of 94.65º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5A833C is Cyan = 0.31, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 90 | 131 | 60 | - |
| CMYK | 0.31 | 0 | 0.54 | 0.49 |
| HSL | 94.65º | 0.37% | 0.37% | - |
| HSV(B) | 94.65º | 0.54% | 0.51% | - |
| XYZ | 13.15 | 18.73 | 7.2 | - |
| YUV | 110.65 | 99.42 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 131 | 60 | 0.31 | 0 | 0.54 | 0.49 | 94.65 | 0.37 | 0.37 |
| Hex | 5A | 83 | 3C | 1F | 0 | 36 | 31 | 5F | 25 | 25 |
| Octal | 132 | 203 | 74 | 37 | 0 | 66 | 61 | 137 | 45 | 45 |
| Binary | 1011010 | 10000011 | 111100 | 11111 | 0 | 110110 | 110001 | 1011111 | 100101 | 100101 |
Color Harmonies of #5A833C
Complementary color
Monochromatic Colors of #5A833C
Black with #5A833C
Text Example
Text Example
White with #5A833C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A833C; }
p { color: rgb(90,131,60); }
H1.HeaderClassName
{
color: #5A833C;
}
.AnyTagClassName
{
color: #5A833C;
}
</style>
background-color css
<style>
a { background-color: #5A833C; }
a { background-color: rgb(90,131,60); }
div.DivClassName
{
background-color: #5A833C;
}
.BgClassName
{
background-color: #5A833C;
}
</style>
border-color css
<style>
span { border-color: #5A833C; }
span { border-color: rgb(90,131,60); }
td.TdClassName
{
border-color: #5A833C;
}
.TagClassName
{
border-color: #5A833C;
}
</style>