Shades of Green Leaf #50751B
Tints of Green Leaf #50751B
RGB
CMYK
RGB Variations
Color information
#50751B (or 0x50751B) is known color: Green Leaf. HEX triplet: 50, 75 and 1B. RGB value is (80,117,27). Sum of RGB (Red+Green+Blue) = 80+117+27=224 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.71% from 224); Green value is 117 (46.09% from 255 or 52.23% from 224); Blue value is 27 (10.94% from 255 or 12.05% from 224); Max value from RGB is 117 - color contains mainly: green. Hex color #50751B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50751B is #AF8AE4. Grayscale: #606060. Windows color (decimal): -11504357 or 1799504. OLE color: 1799504.
HSL color Cylindrical-coordinate representation of color #50751B: hue angle of 84.67º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #50751B is Cyan = 0.32, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 80 | 117 | 27 | - |
| CMYK | 0.32 | 0 | 0.77 | 0.54 |
| HSL | 84.67º | 0.63% | 0.28% | - |
| HSV(B) | 84.67º | 0.77% | 0.46% | - |
| XYZ | 9.87 | 14.51 | 3.32 | - |
| YUV | 95.68 | 89.24 | 116.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 117 | 27 | 0.32 | 0 | 0.77 | 0.54 | 84.67 | 0.63 | 0.28 |
| Hex | 50 | 75 | 1B | 20 | 0 | 4D | 36 | 55 | 3E | 1C |
| Octal | 120 | 165 | 33 | 40 | 0 | 115 | 66 | 125 | 76 | 34 |
| Binary | 1010000 | 1110101 | 11011 | 100000 | 0 | 1001101 | 110110 | 1010101 | 111110 | 11100 |
Color Harmonies of #50751B
Complementary color
Monochromatic Colors of #50751B
Black with #50751B
Text Example
Text Example
White with #50751B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50751B; }
p { color: rgb(80,117,27); }
H1.HeaderClassName
{
color: #50751B;
}
.AnyTagClassName
{
color: #50751B;
}
</style>
background-color css
<style>
a { background-color: #50751B; }
a { background-color: rgb(80,117,27); }
div.DivClassName
{
background-color: #50751B;
}
.BgClassName
{
background-color: #50751B;
}
</style>
border-color css
<style>
span { border-color: #50751B; }
span { border-color: rgb(80,117,27); }
td.TdClassName
{
border-color: #50751B;
}
.TagClassName
{
border-color: #50751B;
}
</style>