Shades of Green Leaf #577C1F
Tints of Green Leaf #577C1F
RGB
CMYK
RGB Variations
Color information
#577C1F (or 0x577C1F) is known color: Green Leaf. HEX triplet: 57, 7C and 1F. RGB value is (87,124,31). Sum of RGB (Red+Green+Blue) = 87+124+31=242 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.95% from 242); Green value is 124 (48.83% from 255 or 51.24% from 242); Blue value is 31 (12.5% from 255 or 12.81% from 242); Max value from RGB is 124 - color contains mainly: green. Hex color #577C1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #577C1F is #A883E0. Grayscale: #666666. Windows color (decimal): -11043809 or 2063447. OLE color: 2063447.
HSL color Cylindrical-coordinate representation of color #577C1F: hue angle of 83.87º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #577C1F is Cyan = 0.30, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 87 | 124 | 31 | - |
| CMYK | 0.30 | 0 | 0.75 | 0.51 |
| HSL | 83.87º | 0.6% | 0.3% | - |
| HSV(B) | 83.87º | 0.75% | 0.49% | - |
| XYZ | 11.39 | 16.54 | 3.89 | - |
| YUV | 102.34 | 87.74 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 124 | 31 | 0.30 | 0 | 0.75 | 0.51 | 83.87 | 0.6 | 0.3 |
| Hex | 57 | 7C | 1F | 1E | 0 | 4B | 33 | 54 | 3C | 1E |
| Octal | 127 | 174 | 37 | 36 | 0 | 113 | 63 | 124 | 74 | 36 |
| Binary | 1010111 | 1111100 | 11111 | 11110 | 0 | 1001011 | 110011 | 1010100 | 111100 | 11110 |
Color Harmonies of #577C1F
Complementary color
Monochromatic Colors of #577C1F
Black with #577C1F
Text Example
Text Example
White with #577C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577C1F; }
p { color: rgb(87,124,31); }
H1.HeaderClassName
{
color: #577C1F;
}
.AnyTagClassName
{
color: #577C1F;
}
</style>
background-color css
<style>
a { background-color: #577C1F; }
a { background-color: rgb(87,124,31); }
div.DivClassName
{
background-color: #577C1F;
}
.BgClassName
{
background-color: #577C1F;
}
</style>
border-color css
<style>
span { border-color: #577C1F; }
span { border-color: rgb(87,124,31); }
td.TdClassName
{
border-color: #577C1F;
}
.TagClassName
{
border-color: #577C1F;
}
</style>