Shades of Green Leaf #55741D
Tints of Green Leaf #55741D
RGB
CMYK
RGB Variations
Color information
#55741D (or 0x55741D) is known color: Green Leaf. HEX triplet: 55, 74 and 1D. RGB value is (85,116,29). Sum of RGB (Red+Green+Blue) = 85+116+29=230 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.96% from 230); Green value is 116 (45.70% from 255 or 50.43% from 230); Blue value is 29 (11.72% from 255 or 12.61% from 230); Max value from RGB is 116 - color contains mainly: green. Hex color #55741D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55741D is #AA8BE2. Grayscale: #616161. Windows color (decimal): -11176931 or 1930325. OLE color: 1930325.
HSL color Cylindrical-coordinate representation of color #55741D: hue angle of 81.38º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #55741D is Cyan = 0.27, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 85 | 116 | 29 | - |
| CMYK | 0.27 | 0 | 0.75 | 0.55 |
| HSL | 81.38º | 0.6% | 0.28% | - |
| HSV(B) | 81.38º | 0.75% | 0.45% | - |
| XYZ | 10.21 | 14.51 | 3.42 | - |
| YUV | 96.81 | 89.73 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 116 | 29 | 0.27 | 0 | 0.75 | 0.55 | 81.38 | 0.6 | 0.28 |
| Hex | 55 | 74 | 1D | 1B | 0 | 4B | 37 | 51 | 3C | 1C |
| Octal | 125 | 164 | 35 | 33 | 0 | 113 | 67 | 121 | 74 | 34 |
| Binary | 1010101 | 1110100 | 11101 | 11011 | 0 | 1001011 | 110111 | 1010001 | 111100 | 11100 |
Color Harmonies of #55741D
Complementary color
Monochromatic Colors of #55741D
Black with #55741D
Text Example
Text Example
White with #55741D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55741D; }
p { color: rgb(85,116,29); }
H1.HeaderClassName
{
color: #55741D;
}
.AnyTagClassName
{
color: #55741D;
}
</style>
background-color css
<style>
a { background-color: #55741D; }
a { background-color: rgb(85,116,29); }
div.DivClassName
{
background-color: #55741D;
}
.BgClassName
{
background-color: #55741D;
}
</style>
border-color css
<style>
span { border-color: #55741D; }
span { border-color: rgb(85,116,29); }
td.TdClassName
{
border-color: #55741D;
}
.TagClassName
{
border-color: #55741D;
}
</style>