Shades of Green Leaf #55752B
Tints of Green Leaf #55752B
RGB
CMYK
RGB Variations
Color information
#55752B (or 0x55752B) is known color: Green Leaf. HEX triplet: 55, 75 and 2B. RGB value is (85,117,43). Sum of RGB (Red+Green+Blue) = 85+117+43=245 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.69% from 245); Green value is 117 (46.09% from 255 or 47.76% from 245); Blue value is 43 (17.19% from 255 or 17.55% from 245); Max value from RGB is 117 - color contains mainly: green. Hex color #55752B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55752B is #AA8AD4. Grayscale: #636363. Windows color (decimal): -11176661 or 2848085. OLE color: 2848085.
HSL color Cylindrical-coordinate representation of color #55752B: hue angle of 85.95º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #55752B is Cyan = 0.27, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 85 | 117 | 43 | - |
| CMYK | 0.27 | 0 | 0.63 | 0.54 |
| HSL | 85.95º | 0.46% | 0.31% | - |
| HSV(B) | 85.95º | 0.63% | 0.46% | - |
| XYZ | 10.54 | 14.83 | 4.59 | - |
| YUV | 99 | 96.4 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 117 | 43 | 0.27 | 0 | 0.63 | 0.54 | 85.95 | 0.46 | 0.31 |
| Hex | 55 | 75 | 2B | 1B | 0 | 3F | 36 | 56 | 2E | 1F |
| Octal | 125 | 165 | 53 | 33 | 0 | 77 | 66 | 126 | 56 | 37 |
| Binary | 1010101 | 1110101 | 101011 | 11011 | 0 | 111111 | 110110 | 1010110 | 101110 | 11111 |
Color Harmonies of #55752B
Complementary color
Monochromatic Colors of #55752B
Black with #55752B
Text Example
Text Example
White with #55752B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55752B; }
p { color: rgb(85,117,43); }
H1.HeaderClassName
{
color: #55752B;
}
.AnyTagClassName
{
color: #55752B;
}
</style>
background-color css
<style>
a { background-color: #55752B; }
a { background-color: rgb(85,117,43); }
div.DivClassName
{
background-color: #55752B;
}
.BgClassName
{
background-color: #55752B;
}
</style>
border-color css
<style>
span { border-color: #55752B; }
span { border-color: rgb(85,117,43); }
td.TdClassName
{
border-color: #55752B;
}
.TagClassName
{
border-color: #55752B;
}
</style>