Shades of Green Leaf #48721A
Tints of Green Leaf #48721A
RGB
CMYK
RGB Variations
Color information
#48721A (or 0x48721A) is known color: Green Leaf. HEX triplet: 48, 72 and 1A. RGB value is (72,114,26). Sum of RGB (Red+Green+Blue) = 72+114+26=212 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.96% from 212); Green value is 114 (44.92% from 255 or 53.77% from 212); Blue value is 26 (10.55% from 255 or 12.26% from 212); Max value from RGB is 114 - color contains mainly: green. Hex color #48721A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48721A is #B78DE5. Grayscale: #5B5B5B. Windows color (decimal): -12029414 or 1733192. OLE color: 1733192.
HSL color Cylindrical-coordinate representation of color #48721A: hue angle of 88.64º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #48721A is Cyan = 0.37, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 72 | 114 | 26 | - |
| CMYK | 0.37 | 0 | 0.77 | 0.55 |
| HSL | 88.64º | 0.63% | 0.27% | - |
| HSV(B) | 88.64º | 0.77% | 0.45% | - |
| XYZ | 8.88 | 13.49 | 3.11 | - |
| YUV | 91.41 | 91.09 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 114 | 26 | 0.37 | 0 | 0.77 | 0.55 | 88.64 | 0.63 | 0.27 |
| Hex | 48 | 72 | 1A | 25 | 0 | 4D | 37 | 59 | 3F | 1B |
| Octal | 110 | 162 | 32 | 45 | 0 | 115 | 67 | 131 | 77 | 33 |
| Binary | 1001000 | 1110010 | 11010 | 100101 | 0 | 1001101 | 110111 | 1011001 | 111111 | 11011 |
Color Harmonies of #48721A
Complementary color
Monochromatic Colors of #48721A
Black with #48721A
Text Example
Text Example
White with #48721A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48721A; }
p { color: rgb(72,114,26); }
H1.HeaderClassName
{
color: #48721A;
}
.AnyTagClassName
{
color: #48721A;
}
</style>
background-color css
<style>
a { background-color: #48721A; }
a { background-color: rgb(72,114,26); }
div.DivClassName
{
background-color: #48721A;
}
.BgClassName
{
background-color: #48721A;
}
</style>
border-color css
<style>
span { border-color: #48721A; }
span { border-color: rgb(72,114,26); }
td.TdClassName
{
border-color: #48721A;
}
.TagClassName
{
border-color: #48721A;
}
</style>