Shades of Green Leaf #50662A
Tints of Green Leaf #50662A
RGB
CMYK
RGB Variations
Color information
#50662A (or 0x50662A) is known color: Green Leaf. HEX triplet: 50, 66 and 2A. RGB value is (80,102,42). Sum of RGB (Red+Green+Blue) = 80+102+42=224 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.71% from 224); Green value is 102 (40.23% from 255 or 45.54% from 224); Blue value is 42 (16.80% from 255 or 18.75% from 224); Max value from RGB is 102 - color contains mainly: green. Hex color #50662A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50662A is #AF99D5. Grayscale: #585858. Windows color (decimal): -11508182 or 2778704. OLE color: 2778704.
HSL color Cylindrical-coordinate representation of color #50662A: hue angle of 82º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #50662A is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 80 | 102 | 42 | - |
| CMYK | 0.22 | 0 | 0.59 | 0.6 |
| HSL | 82º | 0.42% | 0.28% | - |
| HSV(B) | 82º | 0.59% | 0.4% | - |
| XYZ | 8.48 | 11.38 | 3.94 | - |
| YUV | 88.58 | 101.71 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 102 | 42 | 0.22 | 0 | 0.59 | 0.6 | 82 | 0.42 | 0.28 |
| Hex | 50 | 66 | 2A | 16 | 0 | 3B | 3C | 52 | 2A | 1C |
| Octal | 120 | 146 | 52 | 26 | 0 | 73 | 74 | 122 | 52 | 34 |
| Binary | 1010000 | 1100110 | 101010 | 10110 | 0 | 111011 | 111100 | 1010010 | 101010 | 11100 |
Color Harmonies of #50662A
Complementary color
Monochromatic Colors of #50662A
Black with #50662A
Text Example
Text Example
White with #50662A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50662A; }
p { color: rgb(80,102,42); }
H1.HeaderClassName
{
color: #50662A;
}
.AnyTagClassName
{
color: #50662A;
}
</style>
background-color css
<style>
a { background-color: #50662A; }
a { background-color: rgb(80,102,42); }
div.DivClassName
{
background-color: #50662A;
}
.BgClassName
{
background-color: #50662A;
}
</style>
border-color css
<style>
span { border-color: #50662A; }
span { border-color: rgb(80,102,42); }
td.TdClassName
{
border-color: #50662A;
}
.TagClassName
{
border-color: #50662A;
}
</style>