Shades of Green Leaf #507A26
Tints of Green Leaf #507A26
RGB
CMYK
RGB Variations
Color information
#507A26 (or 0x507A26) is known color: Green Leaf. HEX triplet: 50, 7A and 26. RGB value is (80,122,38). Sum of RGB (Red+Green+Blue) = 80+122+38=240 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.33% from 240); Green value is 122 (48.05% from 255 or 50.83% from 240); Blue value is 38 (15.23% from 255 or 15.83% from 240); Max value from RGB is 122 - color contains mainly: green. Hex color #507A26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507A26 is #AF85D9. Grayscale: #646464. Windows color (decimal): -11503066 or 2521680. OLE color: 2521680.
HSL color Cylindrical-coordinate representation of color #507A26: hue angle of 90º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #507A26 is Cyan = 0.34, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 80 | 122 | 38 | - |
| CMYK | 0.34 | 0 | 0.69 | 0.52 |
| HSL | 90º | 0.53% | 0.31% | - |
| HSV(B) | 90º | 0.69% | 0.48% | - |
| XYZ | 10.62 | 15.76 | 4.32 | - |
| YUV | 99.87 | 93.09 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 122 | 38 | 0.34 | 0 | 0.69 | 0.52 | 90 | 0.53 | 0.31 |
| Hex | 50 | 7A | 26 | 22 | 0 | 45 | 34 | 5A | 34 | 1F |
| Octal | 120 | 172 | 46 | 42 | 0 | 105 | 64 | 132 | 64 | 37 |
| Binary | 1010000 | 1111010 | 100110 | 100010 | 0 | 1000101 | 110100 | 1011010 | 110100 | 11111 |
Color Harmonies of #507A26
Complementary color
Monochromatic Colors of #507A26
Black with #507A26
Text Example
Text Example
White with #507A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507A26; }
p { color: rgb(80,122,38); }
H1.HeaderClassName
{
color: #507A26;
}
.AnyTagClassName
{
color: #507A26;
}
</style>
background-color css
<style>
a { background-color: #507A26; }
a { background-color: rgb(80,122,38); }
div.DivClassName
{
background-color: #507A26;
}
.BgClassName
{
background-color: #507A26;
}
</style>
border-color css
<style>
span { border-color: #507A26; }
span { border-color: rgb(80,122,38); }
td.TdClassName
{
border-color: #507A26;
}
.TagClassName
{
border-color: #507A26;
}
</style>