Shades of Green Leaf #507625
Tints of Green Leaf #507625
RGB
CMYK
RGB Variations
Color information
#507625 (or 0x507625) is known color: Green Leaf. HEX triplet: 50, 76 and 25. RGB value is (80,118,37). Sum of RGB (Red+Green+Blue) = 80+118+37=235 (31% of max value = 765). Red value is 80 (31.64% from 255 or 34.04% from 235); Green value is 118 (46.48% from 255 or 50.21% from 235); Blue value is 37 (14.84% from 255 or 15.74% from 235); Max value from RGB is 118 - color contains mainly: green. Hex color #507625 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507625 is #AF89DA. Grayscale: #616161. Windows color (decimal): -11504091 or 2455120. OLE color: 2455120.
HSL color Cylindrical-coordinate representation of color #507625: hue angle of 88.15º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #507625 is Cyan = 0.32, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 80 | 118 | 37 | - |
| CMYK | 0.32 | 0 | 0.69 | 0.54 |
| HSL | 88.15º | 0.52% | 0.3% | - |
| HSV(B) | 88.15º | 0.69% | 0.46% | - |
| XYZ | 10.12 | 14.8 | 4.07 | - |
| YUV | 97.4 | 93.91 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 118 | 37 | 0.32 | 0 | 0.69 | 0.54 | 88.15 | 0.52 | 0.3 |
| Hex | 50 | 76 | 25 | 20 | 0 | 45 | 36 | 58 | 34 | 1E |
| Octal | 120 | 166 | 45 | 40 | 0 | 105 | 66 | 130 | 64 | 36 |
| Binary | 1010000 | 1110110 | 100101 | 100000 | 0 | 1000101 | 110110 | 1011000 | 110100 | 11110 |
Color Harmonies of #507625
Complementary color
Monochromatic Colors of #507625
Black with #507625
Text Example
Text Example
White with #507625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507625; }
p { color: rgb(80,118,37); }
H1.HeaderClassName
{
color: #507625;
}
.AnyTagClassName
{
color: #507625;
}
</style>
background-color css
<style>
a { background-color: #507625; }
a { background-color: rgb(80,118,37); }
div.DivClassName
{
background-color: #507625;
}
.BgClassName
{
background-color: #507625;
}
</style>
border-color css
<style>
span { border-color: #507625; }
span { border-color: rgb(80,118,37); }
td.TdClassName
{
border-color: #507625;
}
.TagClassName
{
border-color: #507625;
}
</style>