Shades of Green Leaf #506630
Tints of Green Leaf #506630
RGB
CMYK
RGB Variations
Color information
#506630 (or 0x506630) is known color: Green Leaf. HEX triplet: 50, 66 and 30. RGB value is (80,102,48). Sum of RGB (Red+Green+Blue) = 80+102+48=230 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.78% from 230); Green value is 102 (40.23% from 255 or 44.35% from 230); Blue value is 48 (19.14% from 255 or 20.87% from 230); Max value from RGB is 102 - color contains mainly: green. Hex color #506630 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506630 is #AF99CF. Grayscale: #595959. Windows color (decimal): -11508176 or 3171920. OLE color: 3171920.
HSL color Cylindrical-coordinate representation of color #506630: hue angle of 84.44º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #506630 is Cyan = 0.22, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 80 | 102 | 48 | - |
| CMYK | 0.22 | 0 | 0.53 | 0.6 |
| HSL | 84.44º | 0.36% | 0.29% | - |
| HSV(B) | 84.44º | 0.53% | 0.4% | - |
| XYZ | 8.59 | 11.42 | 4.55 | - |
| YUV | 89.27 | 104.71 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 102 | 48 | 0.22 | 0 | 0.53 | 0.6 | 84.44 | 0.36 | 0.29 |
| Hex | 50 | 66 | 30 | 16 | 0 | 35 | 3C | 54 | 24 | 1D |
| Octal | 120 | 146 | 60 | 26 | 0 | 65 | 74 | 124 | 44 | 35 |
| Binary | 1010000 | 1100110 | 110000 | 10110 | 0 | 110101 | 111100 | 1010100 | 100100 | 11101 |
Color Harmonies of #506630
Complementary color
Monochromatic Colors of #506630
Black with #506630
Text Example
Text Example
White with #506630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506630; }
p { color: rgb(80,102,48); }
H1.HeaderClassName
{
color: #506630;
}
.AnyTagClassName
{
color: #506630;
}
</style>
background-color css
<style>
a { background-color: #506630; }
a { background-color: rgb(80,102,48); }
div.DivClassName
{
background-color: #506630;
}
.BgClassName
{
background-color: #506630;
}
</style>
border-color css
<style>
span { border-color: #506630; }
span { border-color: rgb(80,102,48); }
td.TdClassName
{
border-color: #506630;
}
.TagClassName
{
border-color: #506630;
}
</style>