Shades of Green Leaf #507621
Tints of Green Leaf #507621
RGB
CMYK
RGB Variations
Color information
#507621 (or 0x507621) is known color: Green Leaf. HEX triplet: 50, 76 and 21. RGB value is (80,118,33). Sum of RGB (Red+Green+Blue) = 80+118+33=231 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.63% from 231); Green value is 118 (46.48% from 255 or 51.08% from 231); Blue value is 33 (13.28% from 255 or 14.29% from 231); Max value from RGB is 118 - color contains mainly: green. Hex color #507621 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507621 is #AF89DE. Grayscale: #616161. Windows color (decimal): -11504095 or 2192976. OLE color: 2192976.
HSL color Cylindrical-coordinate representation of color #507621: hue angle of 86.82º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #507621 is Cyan = 0.32, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 80 | 118 | 33 | - |
| CMYK | 0.32 | 0 | 0.72 | 0.54 |
| HSL | 86.82º | 0.56% | 0.3% | - |
| HSV(B) | 86.82º | 0.72% | 0.46% | - |
| XYZ | 10.06 | 14.77 | 3.76 | - |
| YUV | 96.95 | 91.91 | 115.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 118 | 33 | 0.32 | 0 | 0.72 | 0.54 | 86.82 | 0.56 | 0.3 |
| Hex | 50 | 76 | 21 | 20 | 0 | 48 | 36 | 57 | 38 | 1E |
| Octal | 120 | 166 | 41 | 40 | 0 | 110 | 66 | 127 | 70 | 36 |
| Binary | 1010000 | 1110110 | 100001 | 100000 | 0 | 1001000 | 110110 | 1010111 | 111000 | 11110 |
Color Harmonies of #507621
Complementary color
Monochromatic Colors of #507621
Black with #507621
Text Example
Text Example
White with #507621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507621; }
p { color: rgb(80,118,33); }
H1.HeaderClassName
{
color: #507621;
}
.AnyTagClassName
{
color: #507621;
}
</style>
background-color css
<style>
a { background-color: #507621; }
a { background-color: rgb(80,118,33); }
div.DivClassName
{
background-color: #507621;
}
.BgClassName
{
background-color: #507621;
}
</style>
border-color css
<style>
span { border-color: #507621; }
span { border-color: rgb(80,118,33); }
td.TdClassName
{
border-color: #507621;
}
.TagClassName
{
border-color: #507621;
}
</style>