Shades of Green Leaf #48721B
Tints of Green Leaf #48721B
RGB
CMYK
RGB Variations
Color information
#48721B (or 0x48721B) is known color: Green Leaf. HEX triplet: 48, 72 and 1B. RGB value is (72,114,27). Sum of RGB (Red+Green+Blue) = 72+114+27=213 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.80% from 213); Green value is 114 (44.92% from 255 or 53.52% from 213); Blue value is 27 (10.94% from 255 or 12.68% from 213); Max value from RGB is 114 - color contains mainly: green. Hex color #48721B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48721B is #B78DE4. Grayscale: #5B5B5B. Windows color (decimal): -12029413 or 1798728. OLE color: 1798728.
HSL color Cylindrical-coordinate representation of color #48721B: hue angle of 88.97º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #48721B is Cyan = 0.37, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 72 | 114 | 27 | - |
| CMYK | 0.37 | 0 | 0.76 | 0.55 |
| HSL | 88.97º | 0.62% | 0.28% | - |
| HSV(B) | 88.97º | 0.76% | 0.45% | - |
| XYZ | 8.89 | 13.49 | 3.17 | - |
| YUV | 91.52 | 91.59 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 114 | 27 | 0.37 | 0 | 0.76 | 0.55 | 88.97 | 0.62 | 0.28 |
| Hex | 48 | 72 | 1B | 25 | 0 | 4C | 37 | 59 | 3E | 1C |
| Octal | 110 | 162 | 33 | 45 | 0 | 114 | 67 | 131 | 76 | 34 |
| Binary | 1001000 | 1110010 | 11011 | 100101 | 0 | 1001100 | 110111 | 1011001 | 111110 | 11100 |
Color Harmonies of #48721B
Complementary color
Monochromatic Colors of #48721B
Black with #48721B
Text Example
Text Example
White with #48721B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48721B; }
p { color: rgb(72,114,27); }
H1.HeaderClassName
{
color: #48721B;
}
.AnyTagClassName
{
color: #48721B;
}
</style>
background-color css
<style>
a { background-color: #48721B; }
a { background-color: rgb(72,114,27); }
div.DivClassName
{
background-color: #48721B;
}
.BgClassName
{
background-color: #48721B;
}
</style>
border-color css
<style>
span { border-color: #48721B; }
span { border-color: rgb(72,114,27); }
td.TdClassName
{
border-color: #48721B;
}
.TagClassName
{
border-color: #48721B;
}
</style>