Shades of Green Leaf #48701A
Tints of Green Leaf #48701A
RGB
CMYK
RGB Variations
Color information
#48701A (or 0x48701A) is known color: Green Leaf. HEX triplet: 48, 70 and 1A. RGB value is (72,112,26). Sum of RGB (Red+Green+Blue) = 72+112+26=210 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.29% from 210); Green value is 112 (44.14% from 255 or 53.33% from 210); Blue value is 26 (10.55% from 255 or 12.38% from 210); Max value from RGB is 112 - color contains mainly: green. Hex color #48701A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48701A is #B78FE5. Grayscale: #5A5A5A. Windows color (decimal): -12029926 or 1732680. OLE color: 1732680.
HSL color Cylindrical-coordinate representation of color #48701A: hue angle of 87.91º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #48701A is Cyan = 0.36, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 72 | 112 | 26 | - |
| CMYK | 0.36 | 0 | 0.77 | 0.56 |
| HSL | 87.91º | 0.62% | 0.27% | - |
| HSV(B) | 87.91º | 0.77% | 0.44% | - |
| XYZ | 8.65 | 13.04 | 3.04 | - |
| YUV | 90.24 | 91.75 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 112 | 26 | 0.36 | 0 | 0.77 | 0.56 | 87.91 | 0.62 | 0.27 |
| Hex | 48 | 70 | 1A | 24 | 0 | 4D | 38 | 58 | 3E | 1B |
| Octal | 110 | 160 | 32 | 44 | 0 | 115 | 70 | 130 | 76 | 33 |
| Binary | 1001000 | 1110000 | 11010 | 100100 | 0 | 1001101 | 111000 | 1011000 | 111110 | 11011 |
Color Harmonies of #48701A
Complementary color
Monochromatic Colors of #48701A
Black with #48701A
Text Example
Text Example
White with #48701A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48701A; }
p { color: rgb(72,112,26); }
H1.HeaderClassName
{
color: #48701A;
}
.AnyTagClassName
{
color: #48701A;
}
</style>
background-color css
<style>
a { background-color: #48701A; }
a { background-color: rgb(72,112,26); }
div.DivClassName
{
background-color: #48701A;
}
.BgClassName
{
background-color: #48701A;
}
</style>
border-color css
<style>
span { border-color: #48701A; }
span { border-color: rgb(72,112,26); }
td.TdClassName
{
border-color: #48701A;
}
.TagClassName
{
border-color: #48701A;
}
</style>