Shades of Dingley #547E34
Tints of Dingley #547E34
RGB
CMYK
RGB Variations
Color information
#547E34 (or 0x547E34) is known color: Dingley. HEX triplet: 54, 7E and 34. RGB value is (84,126,52). Sum of RGB (Red+Green+Blue) = 84+126+52=262 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.06% from 262); Green value is 126 (49.61% from 255 or 48.09% from 262); Blue value is 52 (20.70% from 255 or 19.85% from 262); Max value from RGB is 126 - color contains mainly: green. Hex color #547E34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #547E34 is #AB81CB. Grayscale: #696969. Windows color (decimal): -11239884 or 3440212. OLE color: 3440212.
HSL color Cylindrical-coordinate representation of color #547E34: hue angle of 94.05º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #547E34 is Cyan = 0.33, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 84 | 126 | 52 | - |
| CMYK | 0.33 | 0 | 0.59 | 0.51 |
| HSL | 94.05º | 0.42% | 0.35% | - |
| HSV(B) | 94.05º | 0.59% | 0.49% | - |
| XYZ | 11.74 | 17.05 | 5.92 | - |
| YUV | 105.01 | 98.09 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 126 | 52 | 0.33 | 0 | 0.59 | 0.51 | 94.05 | 0.42 | 0.35 |
| Hex | 54 | 7E | 34 | 21 | 0 | 3B | 33 | 5E | 2A | 23 |
| Octal | 124 | 176 | 64 | 41 | 0 | 73 | 63 | 136 | 52 | 43 |
| Binary | 1010100 | 1111110 | 110100 | 100001 | 0 | 111011 | 110011 | 1011110 | 101010 | 100011 |
Color Harmonies of #547E34
Complementary color
Monochromatic Colors of #547E34
Black with #547E34
Text Example
Text Example
White with #547E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547E34; }
p { color: rgb(84,126,52); }
H1.HeaderClassName
{
color: #547E34;
}
.AnyTagClassName
{
color: #547E34;
}
</style>
background-color css
<style>
a { background-color: #547E34; }
a { background-color: rgb(84,126,52); }
div.DivClassName
{
background-color: #547E34;
}
.BgClassName
{
background-color: #547E34;
}
</style>
border-color css
<style>
span { border-color: #547E34; }
span { border-color: rgb(84,126,52); }
td.TdClassName
{
border-color: #547E34;
}
.TagClassName
{
border-color: #547E34;
}
</style>