Shades of Green Leaf #557C19
Tints of Green Leaf #557C19
RGB
CMYK
RGB Variations
Color information
#557C19 (or 0x557C19) is known color: Green Leaf. HEX triplet: 55, 7C and 19. RGB value is (85,124,25). Sum of RGB (Red+Green+Blue) = 85+124+25=234 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.32% from 234); Green value is 124 (48.83% from 255 or 52.99% from 234); Blue value is 25 (10.16% from 255 or 10.68% from 234); Max value from RGB is 124 - color contains mainly: green. Hex color #557C19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557C19 is #AA83E6. Grayscale: #656565. Windows color (decimal): -11174887 or 1670229. OLE color: 1670229.
HSL color Cylindrical-coordinate representation of color #557C19: hue angle of 83.64º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #557C19 is Cyan = 0.31, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 124 | 25 | - |
| CMYK | 0.31 | 0 | 0.80 | 0.51 |
| HSL | 83.64º | 0.66% | 0.29% | - |
| HSV(B) | 83.64º | 0.8% | 0.49% | - |
| XYZ | 11.13 | 16.42 | 3.5 | - |
| YUV | 101.05 | 85.08 | 116.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 124 | 25 | 0.31 | 0 | 0.80 | 0.51 | 83.64 | 0.66 | 0.29 |
| Hex | 55 | 7C | 19 | 1F | 0 | 50 | 33 | 54 | 42 | 1D |
| Octal | 125 | 174 | 31 | 37 | 0 | 120 | 63 | 124 | 102 | 35 |
| Binary | 1010101 | 1111100 | 11001 | 11111 | 0 | 1010000 | 110011 | 1010100 | 1000010 | 11101 |
Color Harmonies of #557C19
Complementary color
Monochromatic Colors of #557C19
Black with #557C19
Text Example
Text Example
White with #557C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557C19; }
p { color: rgb(85,124,25); }
H1.HeaderClassName
{
color: #557C19;
}
.AnyTagClassName
{
color: #557C19;
}
</style>
background-color css
<style>
a { background-color: #557C19; }
a { background-color: rgb(85,124,25); }
div.DivClassName
{
background-color: #557C19;
}
.BgClassName
{
background-color: #557C19;
}
</style>
border-color css
<style>
span { border-color: #557C19; }
span { border-color: rgb(85,124,25); }
td.TdClassName
{
border-color: #557C19;
}
.TagClassName
{
border-color: #557C19;
}
</style>