Shades of Glade Green #55854C
Tints of Glade Green #55854C
RGB
CMYK
RGB Variations
Color information
#55854C (or 0x55854C) is known color: Glade Green. HEX triplet: 55, 85 and 4C. RGB value is (85,133,76). Sum of RGB (Red+Green+Blue) = 85+133+76=294 (38% of max value = 765). Red value is 85 (33.59% from 255 or 28.91% from 294); Green value is 133 (52.34% from 255 or 45.24% from 294); Blue value is 76 (30.08% from 255 or 25.85% from 294); Max value from RGB is 133 - color contains mainly: green. Hex color #55854C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55854C is #AA7AB3. Grayscale: #707070. Windows color (decimal): -11172532 or 5014869. OLE color: 5014869.
HSL color Cylindrical-coordinate representation of color #55854C: hue angle of 110.53º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #55854C is Cyan = 0.36, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 85 | 133 | 76 | - |
| CMYK | 0.36 | 0 | 0.43 | 0.48 |
| HSL | 110.53º | 0.27% | 0.41% | - |
| HSV(B) | 110.53º | 0.43% | 0.52% | - |
| XYZ | 13.44 | 19.23 | 9.84 | - |
| YUV | 112.15 | 107.6 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 133 | 76 | 0.36 | 0 | 0.43 | 0.48 | 110.53 | 0.27 | 0.41 |
| Hex | 55 | 85 | 4C | 24 | 0 | 2B | 30 | 6F | 1B | 29 |
| Octal | 125 | 205 | 114 | 44 | 0 | 53 | 60 | 157 | 33 | 51 |
| Binary | 1010101 | 10000101 | 1001100 | 100100 | 0 | 101011 | 110000 | 1101111 | 11011 | 101001 |
Color Harmonies of #55854C
Complementary color
Monochromatic Colors of #55854C
Black with #55854C
Text Example
Text Example
White with #55854C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55854C; }
p { color: rgb(85,133,76); }
H1.HeaderClassName
{
color: #55854C;
}
.AnyTagClassName
{
color: #55854C;
}
</style>
background-color css
<style>
a { background-color: #55854C; }
a { background-color: rgb(85,133,76); }
div.DivClassName
{
background-color: #55854C;
}
.BgClassName
{
background-color: #55854C;
}
</style>
border-color css
<style>
span { border-color: #55854C; }
span { border-color: rgb(85,133,76); }
td.TdClassName
{
border-color: #55854C;
}
.TagClassName
{
border-color: #55854C;
}
</style>