Shades of Green Leaf #50672A
Tints of Green Leaf #50672A
RGB
CMYK
RGB Variations
Color information
#50672A (or 0x50672A) is known color: Green Leaf. HEX triplet: 50, 67 and 2A. RGB value is (80,103,42). Sum of RGB (Red+Green+Blue) = 80+103+42=225 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.56% from 225); Green value is 103 (40.62% from 255 or 45.78% from 225); Blue value is 42 (16.80% from 255 or 18.67% from 225); Max value from RGB is 103 - color contains mainly: green. Hex color #50672A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50672A is #AF98D5. Grayscale: #595959. Windows color (decimal): -11507926 or 2778960. OLE color: 2778960.
HSL color Cylindrical-coordinate representation of color #50672A: hue angle of 82.62º 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 #50672A is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 80 | 103 | 42 | - |
| CMYK | 0.22 | 0 | 0.59 | 0.60 |
| HSL | 82.62º | 0.42% | 0.28% | - |
| HSV(B) | 82.62º | 0.59% | 0.4% | - |
| XYZ | 8.58 | 11.57 | 3.97 | - |
| YUV | 89.17 | 101.38 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 103 | 42 | 0.22 | 0 | 0.59 | 0.60 | 82.62 | 0.42 | 0.28 |
| Hex | 50 | 67 | 2A | 16 | 0 | 3B | 3C | 53 | 2A | 1C |
| Octal | 120 | 147 | 52 | 26 | 0 | 73 | 74 | 123 | 52 | 34 |
| Binary | 1010000 | 1100111 | 101010 | 10110 | 0 | 111011 | 111100 | 1010011 | 101010 | 11100 |
Color Harmonies of #50672A
Complementary color
Monochromatic Colors of #50672A
Black with #50672A
Text Example
Text Example
White with #50672A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50672A; }
p { color: rgb(80,103,42); }
H1.HeaderClassName
{
color: #50672A;
}
.AnyTagClassName
{
color: #50672A;
}
</style>
background-color css
<style>
a { background-color: #50672A; }
a { background-color: rgb(80,103,42); }
div.DivClassName
{
background-color: #50672A;
}
.BgClassName
{
background-color: #50672A;
}
</style>
border-color css
<style>
span { border-color: #50672A; }
span { border-color: rgb(80,103,42); }
td.TdClassName
{
border-color: #50672A;
}
.TagClassName
{
border-color: #50672A;
}
</style>