Shades of Green Leaf #506B2A
Tints of Green Leaf #506B2A
RGB
CMYK
RGB Variations
Color information
#506B2A (or 0x506B2A) is known color: Green Leaf. HEX triplet: 50, 6B and 2A. RGB value is (80,107,42). Sum of RGB (Red+Green+Blue) = 80+107+42=229 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.93% from 229); Green value is 107 (42.19% from 255 or 46.72% from 229); Blue value is 42 (16.80% from 255 or 18.34% from 229); Max value from RGB is 107 - color contains mainly: green. Hex color #506B2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506B2A is #AF94D5. Grayscale: #5B5B5B. Windows color (decimal): -11506902 or 2779984. OLE color: 2779984.
HSL color Cylindrical-coordinate representation of color #506B2A: hue angle of 84.92º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #506B2A is Cyan = 0.25, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 80 | 107 | 42 | - |
| CMYK | 0.25 | 0 | 0.61 | 0.58 |
| HSL | 84.92º | 0.44% | 0.29% | - |
| HSV(B) | 84.92º | 0.61% | 0.42% | - |
| XYZ | 8.98 | 12.39 | 4.11 | - |
| YUV | 91.52 | 100.05 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 107 | 42 | 0.25 | 0 | 0.61 | 0.58 | 84.92 | 0.44 | 0.29 |
| Hex | 50 | 6B | 2A | 19 | 0 | 3D | 3A | 55 | 2C | 1D |
| Octal | 120 | 153 | 52 | 31 | 0 | 75 | 72 | 125 | 54 | 35 |
| Binary | 1010000 | 1101011 | 101010 | 11001 | 0 | 111101 | 111010 | 1010101 | 101100 | 11101 |
Color Harmonies of #506B2A
Complementary color
Monochromatic Colors of #506B2A
Black with #506B2A
Text Example
Text Example
White with #506B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506B2A; }
p { color: rgb(80,107,42); }
H1.HeaderClassName
{
color: #506B2A;
}
.AnyTagClassName
{
color: #506B2A;
}
</style>
background-color css
<style>
a { background-color: #506B2A; }
a { background-color: rgb(80,107,42); }
div.DivClassName
{
background-color: #506B2A;
}
.BgClassName
{
background-color: #506B2A;
}
</style>
border-color css
<style>
span { border-color: #506B2A; }
span { border-color: rgb(80,107,42); }
td.TdClassName
{
border-color: #506B2A;
}
.TagClassName
{
border-color: #506B2A;
}
</style>