Shades of Green Leaf #55781A
Tints of Green Leaf #55781A
RGB
CMYK
RGB Variations
Color information
#55781A (or 0x55781A) is known color: Green Leaf. HEX triplet: 55, 78 and 1A. RGB value is (85,120,26). Sum of RGB (Red+Green+Blue) = 85+120+26=231 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.80% from 231); Green value is 120 (47.27% from 255 or 51.95% from 231); Blue value is 26 (10.55% from 255 or 11.26% from 231); Max value from RGB is 120 - color contains mainly: green. Hex color #55781A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55781A is #AA87E5. Grayscale: #636363. Windows color (decimal): -11175910 or 1734741. OLE color: 1734741.
HSL color Cylindrical-coordinate representation of color #55781A: hue angle of 82.34º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #55781A is Cyan = 0.29, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 85 | 120 | 26 | - |
| CMYK | 0.29 | 0 | 0.78 | 0.53 |
| HSL | 82.34º | 0.64% | 0.29% | - |
| HSV(B) | 82.34º | 0.78% | 0.47% | - |
| XYZ | 10.65 | 15.44 | 3.4 | - |
| YUV | 98.82 | 86.9 | 118.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 120 | 26 | 0.29 | 0 | 0.78 | 0.53 | 82.34 | 0.64 | 0.29 |
| Hex | 55 | 78 | 1A | 1D | 0 | 4E | 35 | 52 | 40 | 1D |
| Octal | 125 | 170 | 32 | 35 | 0 | 116 | 65 | 122 | 100 | 35 |
| Binary | 1010101 | 1111000 | 11010 | 11101 | 0 | 1001110 | 110101 | 1010010 | 1000000 | 11101 |
Color Harmonies of #55781A
Complementary color
Monochromatic Colors of #55781A
Black with #55781A
Text Example
Text Example
White with #55781A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55781A; }
p { color: rgb(85,120,26); }
H1.HeaderClassName
{
color: #55781A;
}
.AnyTagClassName
{
color: #55781A;
}
</style>
background-color css
<style>
a { background-color: #55781A; }
a { background-color: rgb(85,120,26); }
div.DivClassName
{
background-color: #55781A;
}
.BgClassName
{
background-color: #55781A;
}
</style>
border-color css
<style>
span { border-color: #55781A; }
span { border-color: rgb(85,120,26); }
td.TdClassName
{
border-color: #55781A;
}
.TagClassName
{
border-color: #55781A;
}
</style>