Shades of Green Leaf #50721B
Tints of Green Leaf #50721B
RGB
CMYK
RGB Variations
Color information
#50721B (or 0x50721B) is known color: Green Leaf. HEX triplet: 50, 72 and 1B. RGB value is (80,114,27). Sum of RGB (Red+Green+Blue) = 80+114+27=221 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.20% from 221); Green value is 114 (44.92% from 255 or 51.58% from 221); Blue value is 27 (10.94% from 255 or 12.22% from 221); Max value from RGB is 114 - color contains mainly: green. Hex color #50721B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50721B is #AF8DE4. Grayscale: #5E5E5E. Windows color (decimal): -11505125 or 1798736. OLE color: 1798736.
HSL color Cylindrical-coordinate representation of color #50721B: hue angle of 83.45º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #50721B is Cyan = 0.30, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 80 | 114 | 27 | - |
| CMYK | 0.30 | 0 | 0.76 | 0.55 |
| HSL | 83.45º | 0.62% | 0.28% | - |
| HSV(B) | 83.45º | 0.76% | 0.45% | - |
| XYZ | 9.52 | 13.82 | 3.2 | - |
| YUV | 93.92 | 90.24 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 114 | 27 | 0.30 | 0 | 0.76 | 0.55 | 83.45 | 0.62 | 0.28 |
| Hex | 50 | 72 | 1B | 1E | 0 | 4C | 37 | 53 | 3E | 1C |
| Octal | 120 | 162 | 33 | 36 | 0 | 114 | 67 | 123 | 76 | 34 |
| Binary | 1010000 | 1110010 | 11011 | 11110 | 0 | 1001100 | 110111 | 1010011 | 111110 | 11100 |
Color Harmonies of #50721B
Complementary color
Monochromatic Colors of #50721B
Black with #50721B
Text Example
Text Example
White with #50721B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50721B; }
p { color: rgb(80,114,27); }
H1.HeaderClassName
{
color: #50721B;
}
.AnyTagClassName
{
color: #50721B;
}
</style>
background-color css
<style>
a { background-color: #50721B; }
a { background-color: rgb(80,114,27); }
div.DivClassName
{
background-color: #50721B;
}
.BgClassName
{
background-color: #50721B;
}
</style>
border-color css
<style>
span { border-color: #50721B; }
span { border-color: rgb(80,114,27); }
td.TdClassName
{
border-color: #50721B;
}
.TagClassName
{
border-color: #50721B;
}
</style>