Shades of Green Leaf #48730D
Tints of Green Leaf #48730D
RGB
CMYK
RGB Variations
Color information
#48730D (or 0x48730D) is known color: Green Leaf. HEX triplet: 48, 73 and 0D. RGB value is (72,115,13). Sum of RGB (Red+Green+Blue) = 72+115+13=200 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36% from 200); Green value is 115 (45.31% from 255 or 57.5% from 200); Blue value is 13 (5.47% from 255 or 6.5% from 200); Max value from RGB is 115 - color contains mainly: green. Hex color #48730D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #48730D is #B78CF2. Grayscale: #5A5A5A. Windows color (decimal): -12029171 or 881480. OLE color: 881480.
HSL color Cylindrical-coordinate representation of color #48730D: hue angle of 85.29º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #48730D is Cyan = 0.37, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 72 | 115 | 13 | - |
| CMYK | 0.37 | 0 | 0.89 | 0.55 |
| HSL | 85.29º | 0.8% | 0.25% | - |
| HSV(B) | 85.29º | 0.89% | 0.45% | - |
| XYZ | 8.88 | 13.67 | 2.55 | - |
| YUV | 90.52 | 84.25 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 115 | 13 | 0.37 | 0 | 0.89 | 0.55 | 85.29 | 0.8 | 0.25 |
| Hex | 48 | 73 | D | 25 | 0 | 59 | 37 | 55 | 50 | 19 |
| Octal | 110 | 163 | 15 | 45 | 0 | 131 | 67 | 125 | 120 | 31 |
| Binary | 1001000 | 1110011 | 1101 | 100101 | 0 | 1011001 | 110111 | 1010101 | 1010000 | 11001 |
Color Harmonies of #48730D
Complementary color
Monochromatic Colors of #48730D
Black with #48730D
Text Example
Text Example
White with #48730D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48730D; }
p { color: rgb(72,115,13); }
H1.HeaderClassName
{
color: #48730D;
}
.AnyTagClassName
{
color: #48730D;
}
</style>
background-color css
<style>
a { background-color: #48730D; }
a { background-color: rgb(72,115,13); }
div.DivClassName
{
background-color: #48730D;
}
.BgClassName
{
background-color: #48730D;
}
</style>
border-color css
<style>
span { border-color: #48730D; }
span { border-color: rgb(72,115,13); }
td.TdClassName
{
border-color: #48730D;
}
.TagClassName
{
border-color: #48730D;
}
</style>