Shades of Dingley #5B8134
Tints of Dingley #5B8134
RGB
CMYK
RGB Variations
Color information
#5B8134 (or 0x5B8134) is known color: Dingley. HEX triplet: 5B, 81 and 34. RGB value is (91,129,52). Sum of RGB (Red+Green+Blue) = 91+129+52=272 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.46% from 272); Green value is 129 (50.78% from 255 or 47.43% from 272); Blue value is 52 (20.70% from 255 or 19.12% from 272); Max value from RGB is 129 - color contains mainly: green. Hex color #5B8134 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5B8134 is #A47ECB. Grayscale: #6D6D6D. Windows color (decimal): -10780364 or 3440987. OLE color: 3440987.
HSL color Cylindrical-coordinate representation of color #5B8134: hue angle of 89.61º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5B8134 is Cyan = 0.29, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 91 | 129 | 52 | - |
| CMYK | 0.29 | 0 | 0.60 | 0.49 |
| HSL | 89.61º | 0.43% | 0.35% | - |
| HSV(B) | 89.61º | 0.6% | 0.51% | - |
| XYZ | 12.78 | 18.17 | 6.08 | - |
| YUV | 108.86 | 95.91 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 129 | 52 | 0.29 | 0 | 0.60 | 0.49 | 89.61 | 0.43 | 0.35 |
| Hex | 5B | 81 | 34 | 1D | 0 | 3C | 31 | 5A | 2B | 23 |
| Octal | 133 | 201 | 64 | 35 | 0 | 74 | 61 | 132 | 53 | 43 |
| Binary | 1011011 | 10000001 | 110100 | 11101 | 0 | 111100 | 110001 | 1011010 | 101011 | 100011 |
Color Harmonies of #5B8134
Complementary color
Monochromatic Colors of #5B8134
Black with #5B8134
Text Example
Text Example
White with #5B8134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B8134; }
p { color: rgb(91,129,52); }
H1.HeaderClassName
{
color: #5B8134;
}
.AnyTagClassName
{
color: #5B8134;
}
</style>
background-color css
<style>
a { background-color: #5B8134; }
a { background-color: rgb(91,129,52); }
div.DivClassName
{
background-color: #5B8134;
}
.BgClassName
{
background-color: #5B8134;
}
</style>
border-color css
<style>
span { border-color: #5B8134; }
span { border-color: rgb(91,129,52); }
td.TdClassName
{
border-color: #5B8134;
}
.TagClassName
{
border-color: #5B8134;
}
</style>