Shades of Green Leaf #55741B
Tints of Green Leaf #55741B
RGB
CMYK
RGB Variations
Color information
#55741B (or 0x55741B) is known color: Green Leaf. HEX triplet: 55, 74 and 1B. RGB value is (85,116,27). Sum of RGB (Red+Green+Blue) = 85+116+27=228 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.28% from 228); Green value is 116 (45.70% from 255 or 50.88% from 228); Blue value is 27 (10.94% from 255 or 11.84% from 228); Max value from RGB is 116 - color contains mainly: green. Hex color #55741B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55741B is #AA8BE4. Grayscale: #606060. Windows color (decimal): -11176933 or 1799253. OLE color: 1799253.
HSL color Cylindrical-coordinate representation of color #55741B: hue angle of 80.9º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #55741B is Cyan = 0.27, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 85 | 116 | 27 | - |
| CMYK | 0.27 | 0 | 0.77 | 0.55 |
| HSL | 80.9º | 0.62% | 0.28% | - |
| HSV(B) | 80.9º | 0.77% | 0.45% | - |
| XYZ | 10.19 | 14.5 | 3.3 | - |
| YUV | 96.59 | 88.73 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 116 | 27 | 0.27 | 0 | 0.77 | 0.55 | 80.9 | 0.62 | 0.28 |
| Hex | 55 | 74 | 1B | 1B | 0 | 4D | 37 | 51 | 3E | 1C |
| Octal | 125 | 164 | 33 | 33 | 0 | 115 | 67 | 121 | 76 | 34 |
| Binary | 1010101 | 1110100 | 11011 | 11011 | 0 | 1001101 | 110111 | 1010001 | 111110 | 11100 |
Color Harmonies of #55741B
Complementary color
Monochromatic Colors of #55741B
Black with #55741B
Text Example
Text Example
White with #55741B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55741B; }
p { color: rgb(85,116,27); }
H1.HeaderClassName
{
color: #55741B;
}
.AnyTagClassName
{
color: #55741B;
}
</style>
background-color css
<style>
a { background-color: #55741B; }
a { background-color: rgb(85,116,27); }
div.DivClassName
{
background-color: #55741B;
}
.BgClassName
{
background-color: #55741B;
}
</style>
border-color css
<style>
span { border-color: #55741B; }
span { border-color: rgb(85,116,27); }
td.TdClassName
{
border-color: #55741B;
}
.TagClassName
{
border-color: #55741B;
}
</style>