Shades of Green Leaf #50672D
Tints of Green Leaf #50672D
RGB
CMYK
RGB Variations
Color information
#50672D (or 0x50672D) is known color: Green Leaf. HEX triplet: 50, 67 and 2D. RGB value is (80,103,45). Sum of RGB (Red+Green+Blue) = 80+103+45=228 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.09% from 228); Green value is 103 (40.62% from 255 or 45.18% from 228); Blue value is 45 (17.97% from 255 or 19.74% from 228); Max value from RGB is 103 - color contains mainly: green. Hex color #50672D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50672D is #AF98D2. Grayscale: #595959. Windows color (decimal): -11507923 or 2975568. OLE color: 2975568.
HSL color Cylindrical-coordinate representation of color #50672D: hue angle of 83.79º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #50672D is Cyan = 0.22, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 80 | 103 | 45 | - |
| CMYK | 0.22 | 0 | 0.56 | 0.60 |
| HSL | 83.79º | 0.39% | 0.29% | - |
| HSV(B) | 83.79º | 0.56% | 0.4% | - |
| XYZ | 8.63 | 11.6 | 4.27 | - |
| YUV | 89.51 | 102.88 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 103 | 45 | 0.22 | 0 | 0.56 | 0.60 | 83.79 | 0.39 | 0.29 |
| Hex | 50 | 67 | 2D | 16 | 0 | 38 | 3C | 54 | 27 | 1D |
| Octal | 120 | 147 | 55 | 26 | 0 | 70 | 74 | 124 | 47 | 35 |
| Binary | 1010000 | 1100111 | 101101 | 10110 | 0 | 111000 | 111100 | 1010100 | 100111 | 11101 |
Color Harmonies of #50672D
Complementary color
Monochromatic Colors of #50672D
Black with #50672D
Text Example
Text Example
White with #50672D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50672D; }
p { color: rgb(80,103,45); }
H1.HeaderClassName
{
color: #50672D;
}
.AnyTagClassName
{
color: #50672D;
}
</style>
background-color css
<style>
a { background-color: #50672D; }
a { background-color: rgb(80,103,45); }
div.DivClassName
{
background-color: #50672D;
}
.BgClassName
{
background-color: #50672D;
}
</style>
border-color css
<style>
span { border-color: #50672D; }
span { border-color: rgb(80,103,45); }
td.TdClassName
{
border-color: #50672D;
}
.TagClassName
{
border-color: #50672D;
}
</style>