Shades of Glade Green #54884B
Tints of Glade Green #54884B
RGB
CMYK
RGB Variations
Color information
#54884B (or 0x54884B) is known color: Glade Green. HEX triplet: 54, 88 and 4B. RGB value is (84,136,75). Sum of RGB (Red+Green+Blue) = 84+136+75=295 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.47% from 295); Green value is 136 (53.52% from 255 or 46.10% from 295); Blue value is 75 (29.69% from 255 or 25.42% from 295); Max value from RGB is 136 - color contains mainly: green. Hex color #54884B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54884B is #AB77B4. Grayscale: #717171. Windows color (decimal): -11237301 or 4950100. OLE color: 4950100.
HSL color Cylindrical-coordinate representation of color #54884B: hue angle of 111.15º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #54884B is Cyan = 0.38, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 84 | 136 | 75 | - |
| CMYK | 0.38 | 0 | 0.45 | 0.47 |
| HSL | 111.15º | 0.29% | 0.41% | - |
| HSV(B) | 111.15º | 0.45% | 0.53% | - |
| XYZ | 13.73 | 20 | 9.79 | - |
| YUV | 113.5 | 106.27 | 106.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 136 | 75 | 0.38 | 0 | 0.45 | 0.47 | 111.15 | 0.29 | 0.41 |
| Hex | 54 | 88 | 4B | 26 | 0 | 2D | 2F | 6F | 1D | 29 |
| Octal | 124 | 210 | 113 | 46 | 0 | 55 | 57 | 157 | 35 | 51 |
| Binary | 1010100 | 10001000 | 1001011 | 100110 | 0 | 101101 | 101111 | 1101111 | 11101 | 101001 |
Color Harmonies of #54884B
Complementary color
Monochromatic Colors of #54884B
Black with #54884B
Text Example
Text Example
White with #54884B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54884B; }
p { color: rgb(84,136,75); }
H1.HeaderClassName
{
color: #54884B;
}
.AnyTagClassName
{
color: #54884B;
}
</style>
background-color css
<style>
a { background-color: #54884B; }
a { background-color: rgb(84,136,75); }
div.DivClassName
{
background-color: #54884B;
}
.BgClassName
{
background-color: #54884B;
}
</style>
border-color css
<style>
span { border-color: #54884B; }
span { border-color: rgb(84,136,75); }
td.TdClassName
{
border-color: #54884B;
}
.TagClassName
{
border-color: #54884B;
}
</style>