Shades of Green Leaf #587A1C
Tints of Green Leaf #587A1C
RGB
CMYK
RGB Variations
Color information
#587A1C (or 0x587A1C) is known color: Green Leaf. HEX triplet: 58, 7A and 1C. RGB value is (88,122,28). Sum of RGB (Red+Green+Blue) = 88+122+28=238 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.97% from 238); Green value is 122 (48.05% from 255 or 51.26% from 238); Blue value is 28 (11.33% from 255 or 11.76% from 238); Max value from RGB is 122 - color contains mainly: green. Hex color #587A1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #587A1C is #A785E3. Grayscale: #656565. Windows color (decimal): -10978788 or 1866328. OLE color: 1866328.
HSL color Cylindrical-coordinate representation of color #587A1C: hue angle of 81.7º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #587A1C is Cyan = 0.28, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 88 | 122 | 28 | - |
| CMYK | 0.28 | 0 | 0.77 | 0.52 |
| HSL | 81.7º | 0.63% | 0.29% | - |
| HSV(B) | 81.7º | 0.77% | 0.48% | - |
| XYZ | 11.19 | 16.08 | 3.61 | - |
| YUV | 101.12 | 86.74 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 122 | 28 | 0.28 | 0 | 0.77 | 0.52 | 81.7 | 0.63 | 0.29 |
| Hex | 58 | 7A | 1C | 1C | 0 | 4D | 34 | 52 | 3F | 1D |
| Octal | 130 | 172 | 34 | 34 | 0 | 115 | 64 | 122 | 77 | 35 |
| Binary | 1011000 | 1111010 | 11100 | 11100 | 0 | 1001101 | 110100 | 1010010 | 111111 | 11101 |
Color Harmonies of #587A1C
Complementary color
Monochromatic Colors of #587A1C
Black with #587A1C
Text Example
Text Example
White with #587A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587A1C; }
p { color: rgb(88,122,28); }
H1.HeaderClassName
{
color: #587A1C;
}
.AnyTagClassName
{
color: #587A1C;
}
</style>
background-color css
<style>
a { background-color: #587A1C; }
a { background-color: rgb(88,122,28); }
div.DivClassName
{
background-color: #587A1C;
}
.BgClassName
{
background-color: #587A1C;
}
</style>
border-color css
<style>
span { border-color: #587A1C; }
span { border-color: rgb(88,122,28); }
td.TdClassName
{
border-color: #587A1C;
}
.TagClassName
{
border-color: #587A1C;
}
</style>