Shades of Green Leaf #507A32
Tints of Green Leaf #507A32
RGB
CMYK
RGB Variations
Color information
#507A32 (or 0x507A32) is known color: Green Leaf. HEX triplet: 50, 7A and 32. RGB value is (80,122,50). Sum of RGB (Red+Green+Blue) = 80+122+50=252 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.75% from 252); Green value is 122 (48.05% from 255 or 48.41% from 252); Blue value is 50 (19.92% from 255 or 19.84% from 252); Max value from RGB is 122 - color contains mainly: green. Hex color #507A32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507A32 is #AF85CD. Grayscale: #656565. Windows color (decimal): -11503054 or 3308112. OLE color: 3308112.
HSL color Cylindrical-coordinate representation of color #507A32: hue angle of 95º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #507A32 is Cyan = 0.34, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 80 | 122 | 50 | - |
| CMYK | 0.34 | 0 | 0.59 | 0.52 |
| HSL | 95º | 0.42% | 0.34% | - |
| HSV(B) | 95º | 0.59% | 0.48% | - |
| XYZ | 10.84 | 15.85 | 5.51 | - |
| YUV | 101.23 | 99.09 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 122 | 50 | 0.34 | 0 | 0.59 | 0.52 | 95 | 0.42 | 0.34 |
| Hex | 50 | 7A | 32 | 22 | 0 | 3B | 34 | 5F | 2A | 22 |
| Octal | 120 | 172 | 62 | 42 | 0 | 73 | 64 | 137 | 52 | 42 |
| Binary | 1010000 | 1111010 | 110010 | 100010 | 0 | 111011 | 110100 | 1011111 | 101010 | 100010 |
Color Harmonies of #507A32
Complementary color
Monochromatic Colors of #507A32
Black with #507A32
Text Example
Text Example
White with #507A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507A32; }
p { color: rgb(80,122,50); }
H1.HeaderClassName
{
color: #507A32;
}
.AnyTagClassName
{
color: #507A32;
}
</style>
background-color css
<style>
a { background-color: #507A32; }
a { background-color: rgb(80,122,50); }
div.DivClassName
{
background-color: #507A32;
}
.BgClassName
{
background-color: #507A32;
}
</style>
border-color css
<style>
span { border-color: #507A32; }
span { border-color: rgb(80,122,50); }
td.TdClassName
{
border-color: #507A32;
}
.TagClassName
{
border-color: #507A32;
}
</style>