Shades of Green Leaf #517E1C
Tints of Green Leaf #517E1C
RGB
CMYK
RGB Variations
Color information
#517E1C (or 0x517E1C) is known color: Green Leaf. HEX triplet: 51, 7E and 1C. RGB value is (81,126,28). Sum of RGB (Red+Green+Blue) = 81+126+28=235 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.47% from 235); Green value is 126 (49.61% from 255 or 53.62% from 235); Blue value is 28 (11.33% from 255 or 11.91% from 235); Max value from RGB is 126 - color contains mainly: green. Hex color #517E1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #517E1C is #AE81E3. Grayscale: #656565. Windows color (decimal): -11436516 or 1867345. OLE color: 1867345.
HSL color Cylindrical-coordinate representation of color #517E1C: hue angle of 87.55º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #517E1C is Cyan = 0.36, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 81 | 126 | 28 | - |
| CMYK | 0.36 | 0 | 0.78 | 0.51 |
| HSL | 87.55º | 0.64% | 0.3% | - |
| HSV(B) | 87.55º | 0.78% | 0.49% | - |
| XYZ | 11.06 | 16.75 | 3.75 | - |
| YUV | 101.37 | 86.59 | 113.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 126 | 28 | 0.36 | 0 | 0.78 | 0.51 | 87.55 | 0.64 | 0.3 |
| Hex | 51 | 7E | 1C | 24 | 0 | 4E | 33 | 58 | 40 | 1E |
| Octal | 121 | 176 | 34 | 44 | 0 | 116 | 63 | 130 | 100 | 36 |
| Binary | 1010001 | 1111110 | 11100 | 100100 | 0 | 1001110 | 110011 | 1011000 | 1000000 | 11110 |
Color Harmonies of #517E1C
Complementary color
Monochromatic Colors of #517E1C
Black with #517E1C
Text Example
Text Example
White with #517E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517E1C; }
p { color: rgb(81,126,28); }
H1.HeaderClassName
{
color: #517E1C;
}
.AnyTagClassName
{
color: #517E1C;
}
</style>
background-color css
<style>
a { background-color: #517E1C; }
a { background-color: rgb(81,126,28); }
div.DivClassName
{
background-color: #517E1C;
}
.BgClassName
{
background-color: #517E1C;
}
</style>
border-color css
<style>
span { border-color: #517E1C; }
span { border-color: rgb(81,126,28); }
td.TdClassName
{
border-color: #517E1C;
}
.TagClassName
{
border-color: #517E1C;
}
</style>