Shades of Green Leaf #55701B
Tints of Green Leaf #55701B
RGB
CMYK
RGB Variations
Color information
#55701B (or 0x55701B) is known color: Green Leaf. HEX triplet: 55, 70 and 1B. RGB value is (85,112,27). Sum of RGB (Red+Green+Blue) = 85+112+27=224 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.95% from 224); Green value is 112 (44.14% from 255 or 50% from 224); Blue value is 27 (10.94% from 255 or 12.05% from 224); Max value from RGB is 112 - color contains mainly: green. Hex color #55701B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55701B is #AA8FE4. Grayscale: #5E5E5E. Windows color (decimal): -11177957 or 1798229. OLE color: 1798229.
HSL color Cylindrical-coordinate representation of color #55701B: hue angle of 79.06º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #55701B is Cyan = 0.24, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 85 | 112 | 27 | - |
| CMYK | 0.24 | 0 | 0.76 | 0.56 |
| HSL | 79.06º | 0.61% | 0.27% | - |
| HSV(B) | 79.06º | 0.76% | 0.44% | - |
| XYZ | 9.74 | 13.6 | 3.15 | - |
| YUV | 94.24 | 90.05 | 121.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 112 | 27 | 0.24 | 0 | 0.76 | 0.56 | 79.06 | 0.61 | 0.27 |
| Hex | 55 | 70 | 1B | 18 | 0 | 4C | 38 | 4F | 3D | 1B |
| Octal | 125 | 160 | 33 | 30 | 0 | 114 | 70 | 117 | 75 | 33 |
| Binary | 1010101 | 1110000 | 11011 | 11000 | 0 | 1001100 | 111000 | 1001111 | 111101 | 11011 |
Color Harmonies of #55701B
Complementary color
Monochromatic Colors of #55701B
Black with #55701B
Text Example
Text Example
White with #55701B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55701B; }
p { color: rgb(85,112,27); }
H1.HeaderClassName
{
color: #55701B;
}
.AnyTagClassName
{
color: #55701B;
}
</style>
background-color css
<style>
a { background-color: #55701B; }
a { background-color: rgb(85,112,27); }
div.DivClassName
{
background-color: #55701B;
}
.BgClassName
{
background-color: #55701B;
}
</style>
border-color css
<style>
span { border-color: #55701B; }
span { border-color: rgb(85,112,27); }
td.TdClassName
{
border-color: #55701B;
}
.TagClassName
{
border-color: #55701B;
}
</style>