Shades of Green Leaf #50671D
Tints of Green Leaf #50671D
RGB
CMYK
RGB Variations
Color information
#50671D (or 0x50671D) is known color: Green Leaf. HEX triplet: 50, 67 and 1D. RGB value is (80,103,29). Sum of RGB (Red+Green+Blue) = 80+103+29=212 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.74% from 212); Green value is 103 (40.62% from 255 or 48.58% from 212); Blue value is 29 (11.72% from 255 or 13.68% from 212); Max value from RGB is 103 - color contains mainly: green. Hex color #50671D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50671D is #AF98E2. Grayscale: #575757. Windows color (decimal): -11507939 or 1926992. OLE color: 1926992.
HSL color Cylindrical-coordinate representation of color #50671D: hue angle of 78.65º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #50671D is Cyan = 0.22, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 80 | 103 | 29 | - |
| CMYK | 0.22 | 0 | 0.72 | 0.60 |
| HSL | 78.65º | 0.56% | 0.26% | - |
| HSV(B) | 78.65º | 0.72% | 0.4% | - |
| XYZ | 8.38 | 11.49 | 2.94 | - |
| YUV | 87.69 | 94.88 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 103 | 29 | 0.22 | 0 | 0.72 | 0.60 | 78.65 | 0.56 | 0.26 |
| Hex | 50 | 67 | 1D | 16 | 0 | 48 | 3C | 4F | 38 | 1A |
| Octal | 120 | 147 | 35 | 26 | 0 | 110 | 74 | 117 | 70 | 32 |
| Binary | 1010000 | 1100111 | 11101 | 10110 | 0 | 1001000 | 111100 | 1001111 | 111000 | 11010 |
Color Harmonies of #50671D
Complementary color
Monochromatic Colors of #50671D
Black with #50671D
Text Example
Text Example
White with #50671D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50671D; }
p { color: rgb(80,103,29); }
H1.HeaderClassName
{
color: #50671D;
}
.AnyTagClassName
{
color: #50671D;
}
</style>
background-color css
<style>
a { background-color: #50671D; }
a { background-color: rgb(80,103,29); }
div.DivClassName
{
background-color: #50671D;
}
.BgClassName
{
background-color: #50671D;
}
</style>
border-color css
<style>
span { border-color: #50671D; }
span { border-color: rgb(80,103,29); }
td.TdClassName
{
border-color: #50671D;
}
.TagClassName
{
border-color: #50671D;
}
</style>