Shades of Dingley #5B8138
Tints of Dingley #5B8138
RGB
CMYK
RGB Variations
Color information
#5B8138 (or 0x5B8138) is known color: Dingley. HEX triplet: 5B, 81 and 38. RGB value is (91,129,56). Sum of RGB (Red+Green+Blue) = 91+129+56=276 (36% of max value = 765). Red value is 91 (35.94% from 255 or 32.97% from 276); Green value is 129 (50.78% from 255 or 46.74% from 276); Blue value is 56 (22.27% from 255 or 20.29% from 276); Max value from RGB is 129 - color contains mainly: green. Hex color #5B8138 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5B8138 is #A47EC7. Grayscale: #6D6D6D. Windows color (decimal): -10780360 or 3703131. OLE color: 3703131.
HSL color Cylindrical-coordinate representation of color #5B8138: hue angle of 91.23º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5B8138 is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 91 | 129 | 56 | - |
| CMYK | 0.29 | 0 | 0.57 | 0.49 |
| HSL | 91.23º | 0.39% | 0.36% | - |
| HSV(B) | 91.23º | 0.57% | 0.51% | - |
| XYZ | 12.88 | 18.21 | 6.58 | - |
| YUV | 109.32 | 97.91 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 129 | 56 | 0.29 | 0 | 0.57 | 0.49 | 91.23 | 0.39 | 0.36 |
| Hex | 5B | 81 | 38 | 1D | 0 | 39 | 31 | 5B | 27 | 24 |
| Octal | 133 | 201 | 70 | 35 | 0 | 71 | 61 | 133 | 47 | 44 |
| Binary | 1011011 | 10000001 | 111000 | 11101 | 0 | 111001 | 110001 | 1011011 | 100111 | 100100 |
Color Harmonies of #5B8138
Complementary color
Monochromatic Colors of #5B8138
Black with #5B8138
Text Example
Text Example
White with #5B8138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B8138; }
p { color: rgb(91,129,56); }
H1.HeaderClassName
{
color: #5B8138;
}
.AnyTagClassName
{
color: #5B8138;
}
</style>
background-color css
<style>
a { background-color: #5B8138; }
a { background-color: rgb(91,129,56); }
div.DivClassName
{
background-color: #5B8138;
}
.BgClassName
{
background-color: #5B8138;
}
</style>
border-color css
<style>
span { border-color: #5B8138; }
span { border-color: rgb(91,129,56); }
td.TdClassName
{
border-color: #5B8138;
}
.TagClassName
{
border-color: #5B8138;
}
</style>