Shades of Green Leaf #55701F
Tints of Green Leaf #55701F
RGB
CMYK
RGB Variations
Color information
#55701F (or 0x55701F) is known color: Green Leaf. HEX triplet: 55, 70 and 1F. RGB value is (85,112,31). Sum of RGB (Red+Green+Blue) = 85+112+31=228 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.28% from 228); Green value is 112 (44.14% from 255 or 49.12% from 228); Blue value is 31 (12.5% from 255 or 13.60% from 228); Max value from RGB is 112 - color contains mainly: green. Hex color #55701F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55701F is #AA8FE0. Grayscale: #5E5E5E. Windows color (decimal): -11177953 or 2060373. OLE color: 2060373.
HSL color Cylindrical-coordinate representation of color #55701F: hue angle of 80º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #55701F is Cyan = 0.24, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 85 | 112 | 31 | - |
| CMYK | 0.24 | 0 | 0.72 | 0.56 |
| HSL | 80º | 0.57% | 0.28% | - |
| HSV(B) | 80º | 0.72% | 0.44% | - |
| XYZ | 9.79 | 13.62 | 3.41 | - |
| YUV | 94.69 | 92.05 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 112 | 31 | 0.24 | 0 | 0.72 | 0.56 | 80 | 0.57 | 0.28 |
| Hex | 55 | 70 | 1F | 18 | 0 | 48 | 38 | 50 | 39 | 1C |
| Octal | 125 | 160 | 37 | 30 | 0 | 110 | 70 | 120 | 71 | 34 |
| Binary | 1010101 | 1110000 | 11111 | 11000 | 0 | 1001000 | 111000 | 1010000 | 111001 | 11100 |
Color Harmonies of #55701F
Complementary color
Monochromatic Colors of #55701F
Black with #55701F
Text Example
Text Example
White with #55701F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55701F; }
p { color: rgb(85,112,31); }
H1.HeaderClassName
{
color: #55701F;
}
.AnyTagClassName
{
color: #55701F;
}
</style>
background-color css
<style>
a { background-color: #55701F; }
a { background-color: rgb(85,112,31); }
div.DivClassName
{
background-color: #55701F;
}
.BgClassName
{
background-color: #55701F;
}
</style>
border-color css
<style>
span { border-color: #55701F; }
span { border-color: rgb(85,112,31); }
td.TdClassName
{
border-color: #55701F;
}
.TagClassName
{
border-color: #55701F;
}
</style>