Shades of Green Leaf #50691A
Tints of Green Leaf #50691A
RGB
CMYK
RGB Variations
Color information
#50691A (or 0x50691A) is known color: Green Leaf. HEX triplet: 50, 69 and 1A. RGB value is (80,105,26). Sum of RGB (Red+Green+Blue) = 80+105+26=211 (27% of max value = 765). Red value is 80 (31.64% from 255 or 37.91% from 211); Green value is 105 (41.41% from 255 or 49.76% from 211); Blue value is 26 (10.55% from 255 or 12.32% from 211); Max value from RGB is 105 - color contains mainly: green. Hex color #50691A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50691A is #AF96E5. Grayscale: #585858. Windows color (decimal): -11507430 or 1730896. OLE color: 1730896.
HSL color Cylindrical-coordinate representation of color #50691A: hue angle of 78.99º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #50691A is Cyan = 0.24, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 80 | 105 | 26 | - |
| CMYK | 0.24 | 0 | 0.75 | 0.59 |
| HSL | 78.99º | 0.6% | 0.26% | - |
| HSV(B) | 78.99º | 0.75% | 0.41% | - |
| XYZ | 8.55 | 11.88 | 2.82 | - |
| YUV | 88.52 | 92.72 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 105 | 26 | 0.24 | 0 | 0.75 | 0.59 | 78.99 | 0.6 | 0.26 |
| Hex | 50 | 69 | 1A | 18 | 0 | 4B | 3B | 4F | 3C | 1A |
| Octal | 120 | 151 | 32 | 30 | 0 | 113 | 73 | 117 | 74 | 32 |
| Binary | 1010000 | 1101001 | 11010 | 11000 | 0 | 1001011 | 111011 | 1001111 | 111100 | 11010 |
Color Harmonies of #50691A
Complementary color
Monochromatic Colors of #50691A
Black with #50691A
Text Example
Text Example
White with #50691A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50691A; }
p { color: rgb(80,105,26); }
H1.HeaderClassName
{
color: #50691A;
}
.AnyTagClassName
{
color: #50691A;
}
</style>
background-color css
<style>
a { background-color: #50691A; }
a { background-color: rgb(80,105,26); }
div.DivClassName
{
background-color: #50691A;
}
.BgClassName
{
background-color: #50691A;
}
</style>
border-color css
<style>
span { border-color: #50691A; }
span { border-color: rgb(80,105,26); }
td.TdClassName
{
border-color: #50691A;
}
.TagClassName
{
border-color: #50691A;
}
</style>