Shades of Green Leaf #507521
Tints of Green Leaf #507521
RGB
CMYK
RGB Variations
Color information
#507521 (or 0x507521) is known color: Green Leaf. HEX triplet: 50, 75 and 21. RGB value is (80,117,33). Sum of RGB (Red+Green+Blue) = 80+117+33=230 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.78% from 230); Green value is 117 (46.09% from 255 or 50.87% from 230); Blue value is 33 (13.28% from 255 or 14.35% from 230); Max value from RGB is 117 - color contains mainly: green. Hex color #507521 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507521 is #AF8ADE. Grayscale: #606060. Windows color (decimal): -11504351 or 2192720. OLE color: 2192720.
HSL color Cylindrical-coordinate representation of color #507521: hue angle of 86.43º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #507521 is Cyan = 0.32, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 80 | 117 | 33 | - |
| CMYK | 0.32 | 0 | 0.72 | 0.54 |
| HSL | 86.43º | 0.56% | 0.29% | - |
| HSV(B) | 86.43º | 0.72% | 0.46% | - |
| XYZ | 9.94 | 14.54 | 3.72 | - |
| YUV | 96.36 | 92.24 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 117 | 33 | 0.32 | 0 | 0.72 | 0.54 | 86.43 | 0.56 | 0.29 |
| Hex | 50 | 75 | 21 | 20 | 0 | 48 | 36 | 56 | 38 | 1D |
| Octal | 120 | 165 | 41 | 40 | 0 | 110 | 66 | 126 | 70 | 35 |
| Binary | 1010000 | 1110101 | 100001 | 100000 | 0 | 1001000 | 110110 | 1010110 | 111000 | 11101 |
Color Harmonies of #507521
Complementary color
Monochromatic Colors of #507521
Black with #507521
Text Example
Text Example
White with #507521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507521; }
p { color: rgb(80,117,33); }
H1.HeaderClassName
{
color: #507521;
}
.AnyTagClassName
{
color: #507521;
}
</style>
background-color css
<style>
a { background-color: #507521; }
a { background-color: rgb(80,117,33); }
div.DivClassName
{
background-color: #507521;
}
.BgClassName
{
background-color: #507521;
}
</style>
border-color css
<style>
span { border-color: #507521; }
span { border-color: rgb(80,117,33); }
td.TdClassName
{
border-color: #507521;
}
.TagClassName
{
border-color: #507521;
}
</style>