Shades of Dingley #5B7E3C
Tints of Dingley #5B7E3C
RGB
CMYK
RGB Variations
Color information
#5B7E3C (or 0x5B7E3C) is known color: Dingley. HEX triplet: 5B, 7E and 3C. RGB value is (91,126,60). Sum of RGB (Red+Green+Blue) = 91+126+60=277 (36% of max value = 765). Red value is 91 (35.94% from 255 or 32.85% from 277); Green value is 126 (49.61% from 255 or 45.49% from 277); Blue value is 60 (23.83% from 255 or 21.66% from 277); Max value from RGB is 126 - color contains mainly: green. Hex color #5B7E3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B7E3C is #A481C3. Grayscale: #6C6C6C. Windows color (decimal): -10781124 or 3964507. OLE color: 3964507.
HSL color Cylindrical-coordinate representation of color #5B7E3C: hue angle of 91.82º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5B7E3C is Cyan = 0.28, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 91 | 126 | 60 | - |
| CMYK | 0.28 | 0 | 0.52 | 0.51 |
| HSL | 91.82º | 0.35% | 0.36% | - |
| HSV(B) | 91.82º | 0.52% | 0.49% | - |
| XYZ | 12.59 | 17.47 | 6.98 | - |
| YUV | 108.01 | 100.9 | 115.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 126 | 60 | 0.28 | 0 | 0.52 | 0.51 | 91.82 | 0.35 | 0.36 |
| Hex | 5B | 7E | 3C | 1C | 0 | 34 | 33 | 5C | 23 | 24 |
| Octal | 133 | 176 | 74 | 34 | 0 | 64 | 63 | 134 | 43 | 44 |
| Binary | 1011011 | 1111110 | 111100 | 11100 | 0 | 110100 | 110011 | 1011100 | 100011 | 100100 |
Color Harmonies of #5B7E3C
Complementary color
Monochromatic Colors of #5B7E3C
Black with #5B7E3C
Text Example
Text Example
White with #5B7E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7E3C; }
p { color: rgb(91,126,60); }
H1.HeaderClassName
{
color: #5B7E3C;
}
.AnyTagClassName
{
color: #5B7E3C;
}
</style>
background-color css
<style>
a { background-color: #5B7E3C; }
a { background-color: rgb(91,126,60); }
div.DivClassName
{
background-color: #5B7E3C;
}
.BgClassName
{
background-color: #5B7E3C;
}
</style>
border-color css
<style>
span { border-color: #5B7E3C; }
span { border-color: rgb(91,126,60); }
td.TdClassName
{
border-color: #5B7E3C;
}
.TagClassName
{
border-color: #5B7E3C;
}
</style>