Shades of Green Leaf #50671C
Tints of Green Leaf #50671C
RGB
CMYK
RGB Variations
Color information
#50671C (or 0x50671C) is known color: Green Leaf. HEX triplet: 50, 67 and 1C. RGB value is (80,103,28). Sum of RGB (Red+Green+Blue) = 80+103+28=211 (27% of max value = 765). Red value is 80 (31.64% from 255 or 37.91% from 211); Green value is 103 (40.62% from 255 or 48.82% from 211); Blue value is 28 (11.33% from 255 or 13.27% from 211); Max value from RGB is 103 - color contains mainly: green. Hex color #50671C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50671C is #AF98E3. Grayscale: #575757. Windows color (decimal): -11507940 or 1861456. OLE color: 1861456.
HSL color Cylindrical-coordinate representation of color #50671C: hue angle of 78.4º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #50671C is Cyan = 0.22, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 80 | 103 | 28 | - |
| CMYK | 0.22 | 0 | 0.73 | 0.60 |
| HSL | 78.4º | 0.57% | 0.26% | - |
| HSV(B) | 78.4º | 0.73% | 0.4% | - |
| XYZ | 8.37 | 11.49 | 2.88 | - |
| YUV | 87.57 | 94.38 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 103 | 28 | 0.22 | 0 | 0.73 | 0.60 | 78.4 | 0.57 | 0.26 |
| Hex | 50 | 67 | 1C | 16 | 0 | 49 | 3C | 4E | 39 | 1A |
| Octal | 120 | 147 | 34 | 26 | 0 | 111 | 74 | 116 | 71 | 32 |
| Binary | 1010000 | 1100111 | 11100 | 10110 | 0 | 1001001 | 111100 | 1001110 | 111001 | 11010 |
Color Harmonies of #50671C
Complementary color
Monochromatic Colors of #50671C
Black with #50671C
Text Example
Text Example
White with #50671C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50671C; }
p { color: rgb(80,103,28); }
H1.HeaderClassName
{
color: #50671C;
}
.AnyTagClassName
{
color: #50671C;
}
</style>
background-color css
<style>
a { background-color: #50671C; }
a { background-color: rgb(80,103,28); }
div.DivClassName
{
background-color: #50671C;
}
.BgClassName
{
background-color: #50671C;
}
</style>
border-color css
<style>
span { border-color: #50671C; }
span { border-color: rgb(80,103,28); }
td.TdClassName
{
border-color: #50671C;
}
.TagClassName
{
border-color: #50671C;
}
</style>