Shades of Green Leaf #55792B
Tints of Green Leaf #55792B
RGB
CMYK
RGB Variations
Color information
#55792B (or 0x55792B) is known color: Green Leaf. HEX triplet: 55, 79 and 2B. RGB value is (85,121,43). Sum of RGB (Red+Green+Blue) = 85+121+43=249 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.14% from 249); Green value is 121 (47.66% from 255 or 48.59% from 249); Blue value is 43 (17.19% from 255 or 17.27% from 249); Max value from RGB is 121 - color contains mainly: green. Hex color #55792B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55792B is #AA86D4. Grayscale: #656565. Windows color (decimal): -11175637 or 2849109. OLE color: 2849109.
HSL color Cylindrical-coordinate representation of color #55792B: hue angle of 87.69º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55792B is Cyan = 0.30, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 85 | 121 | 43 | - |
| CMYK | 0.30 | 0 | 0.64 | 0.53 |
| HSL | 87.69º | 0.48% | 0.32% | - |
| HSV(B) | 87.69º | 0.64% | 0.47% | - |
| XYZ | 11.02 | 15.78 | 4.75 | - |
| YUV | 101.34 | 95.07 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 121 | 43 | 0.30 | 0 | 0.64 | 0.53 | 87.69 | 0.48 | 0.32 |
| Hex | 55 | 79 | 2B | 1E | 0 | 40 | 35 | 58 | 30 | 20 |
| Octal | 125 | 171 | 53 | 36 | 0 | 100 | 65 | 130 | 60 | 40 |
| Binary | 1010101 | 1111001 | 101011 | 11110 | 0 | 1000000 | 110101 | 1011000 | 110000 | 100000 |
Color Harmonies of #55792B
Complementary color
Monochromatic Colors of #55792B
Black with #55792B
Text Example
Text Example
White with #55792B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55792B; }
p { color: rgb(85,121,43); }
H1.HeaderClassName
{
color: #55792B;
}
.AnyTagClassName
{
color: #55792B;
}
</style>
background-color css
<style>
a { background-color: #55792B; }
a { background-color: rgb(85,121,43); }
div.DivClassName
{
background-color: #55792B;
}
.BgClassName
{
background-color: #55792B;
}
</style>
border-color css
<style>
span { border-color: #55792B; }
span { border-color: rgb(85,121,43); }
td.TdClassName
{
border-color: #55792B;
}
.TagClassName
{
border-color: #55792B;
}
</style>