Shades of Green Leaf #50671F
Tints of Green Leaf #50671F
RGB
CMYK
RGB Variations
Color information
#50671F (or 0x50671F) is known color: Green Leaf. HEX triplet: 50, 67 and 1F. RGB value is (80,103,31). Sum of RGB (Red+Green+Blue) = 80+103+31=214 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.38% from 214); Green value is 103 (40.62% from 255 or 48.13% from 214); Blue value is 31 (12.5% from 255 or 14.49% from 214); Max value from RGB is 103 - color contains mainly: green. Hex color #50671F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50671F is #AF98E0. Grayscale: #585858. Windows color (decimal): -11507937 or 2058064. OLE color: 2058064.
HSL color Cylindrical-coordinate representation of color #50671F: hue angle of 79.17º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #50671F is Cyan = 0.22, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 80 | 103 | 31 | - |
| CMYK | 0.22 | 0 | 0.70 | 0.60 |
| HSL | 79.17º | 0.54% | 0.26% | - |
| HSV(B) | 79.17º | 0.7% | 0.4% | - |
| XYZ | 8.41 | 11.5 | 3.07 | - |
| YUV | 87.92 | 95.88 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 103 | 31 | 0.22 | 0 | 0.70 | 0.60 | 79.17 | 0.54 | 0.26 |
| Hex | 50 | 67 | 1F | 16 | 0 | 46 | 3C | 4F | 36 | 1A |
| Octal | 120 | 147 | 37 | 26 | 0 | 106 | 74 | 117 | 66 | 32 |
| Binary | 1010000 | 1100111 | 11111 | 10110 | 0 | 1000110 | 111100 | 1001111 | 110110 | 11010 |
Color Harmonies of #50671F
Complementary color
Monochromatic Colors of #50671F
Black with #50671F
Text Example
Text Example
White with #50671F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50671F; }
p { color: rgb(80,103,31); }
H1.HeaderClassName
{
color: #50671F;
}
.AnyTagClassName
{
color: #50671F;
}
</style>
background-color css
<style>
a { background-color: #50671F; }
a { background-color: rgb(80,103,31); }
div.DivClassName
{
background-color: #50671F;
}
.BgClassName
{
background-color: #50671F;
}
</style>
border-color css
<style>
span { border-color: #50671F; }
span { border-color: rgb(80,103,31); }
td.TdClassName
{
border-color: #50671F;
}
.TagClassName
{
border-color: #50671F;
}
</style>