Shades of Green Leaf #506430
Tints of Green Leaf #506430
RGB
CMYK
RGB Variations
Color information
#506430 (or 0x506430) is known color: Green Leaf. HEX triplet: 50, 64 and 30. RGB value is (80,100,48). Sum of RGB (Red+Green+Blue) = 80+100+48=228 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.09% from 228); Green value is 100 (39.45% from 255 or 43.86% from 228); Blue value is 48 (19.14% from 255 or 21.05% from 228); Max value from RGB is 100 - color contains mainly: green. Hex color #506430 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506430 is #AF9BCF. Grayscale: #585858. Windows color (decimal): -11508688 or 3171408. OLE color: 3171408.
HSL color Cylindrical-coordinate representation of color #506430: hue angle of 83.08º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #506430 is Cyan = 0.2, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 80 | 100 | 48 | - |
| CMYK | 0.2 | 0 | 0.52 | 0.61 |
| HSL | 83.08º | 0.35% | 0.29% | - |
| HSV(B) | 83.08º | 0.52% | 0.39% | - |
| XYZ | 8.4 | 11.03 | 4.48 | - |
| YUV | 88.09 | 105.37 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 100 | 48 | 0.2 | 0 | 0.52 | 0.61 | 83.08 | 0.35 | 0.29 |
| Hex | 50 | 64 | 30 | 14 | 0 | 34 | 3D | 53 | 23 | 1D |
| Octal | 120 | 144 | 60 | 24 | 0 | 64 | 75 | 123 | 43 | 35 |
| Binary | 1010000 | 1100100 | 110000 | 10100 | 0 | 110100 | 111101 | 1010011 | 100011 | 11101 |
Color Harmonies of #506430
Complementary color
Monochromatic Colors of #506430
Black with #506430
Text Example
Text Example
White with #506430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506430; }
p { color: rgb(80,100,48); }
H1.HeaderClassName
{
color: #506430;
}
.AnyTagClassName
{
color: #506430;
}
</style>
background-color css
<style>
a { background-color: #506430; }
a { background-color: rgb(80,100,48); }
div.DivClassName
{
background-color: #506430;
}
.BgClassName
{
background-color: #506430;
}
</style>
border-color css
<style>
span { border-color: #506430; }
span { border-color: rgb(80,100,48); }
td.TdClassName
{
border-color: #506430;
}
.TagClassName
{
border-color: #506430;
}
</style>