Shades of Green Leaf #50692A
Tints of Green Leaf #50692A
RGB
CMYK
RGB Variations
Color information
#50692A (or 0x50692A) is known color: Green Leaf. HEX triplet: 50, 69 and 2A. RGB value is (80,105,42). Sum of RGB (Red+Green+Blue) = 80+105+42=227 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.24% from 227); Green value is 105 (41.41% from 255 or 46.26% from 227); Blue value is 42 (16.80% from 255 or 18.50% from 227); Max value from RGB is 105 - color contains mainly: green. Hex color #50692A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50692A is #AF96D5. Grayscale: #5A5A5A. Windows color (decimal): -11507414 or 2779472. OLE color: 2779472.
HSL color Cylindrical-coordinate representation of color #50692A: hue angle of 83.81º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50692A is Cyan = 0.24, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 80 | 105 | 42 | - |
| CMYK | 0.24 | 0 | 0.6 | 0.59 |
| HSL | 83.81º | 0.43% | 0.29% | - |
| HSV(B) | 83.81º | 0.6% | 0.41% | - |
| XYZ | 8.78 | 11.98 | 4.04 | - |
| YUV | 90.34 | 100.72 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 105 | 42 | 0.24 | 0 | 0.6 | 0.59 | 83.81 | 0.43 | 0.29 |
| Hex | 50 | 69 | 2A | 18 | 0 | 3C | 3B | 54 | 2B | 1D |
| Octal | 120 | 151 | 52 | 30 | 0 | 74 | 73 | 124 | 53 | 35 |
| Binary | 1010000 | 1101001 | 101010 | 11000 | 0 | 111100 | 111011 | 1010100 | 101011 | 11101 |
Color Harmonies of #50692A
Complementary color
Monochromatic Colors of #50692A
Black with #50692A
Text Example
Text Example
White with #50692A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50692A; }
p { color: rgb(80,105,42); }
H1.HeaderClassName
{
color: #50692A;
}
.AnyTagClassName
{
color: #50692A;
}
</style>
background-color css
<style>
a { background-color: #50692A; }
a { background-color: rgb(80,105,42); }
div.DivClassName
{
background-color: #50692A;
}
.BgClassName
{
background-color: #50692A;
}
</style>
border-color css
<style>
span { border-color: #50692A; }
span { border-color: rgb(80,105,42); }
td.TdClassName
{
border-color: #50692A;
}
.TagClassName
{
border-color: #50692A;
}
</style>