Shades of Green Leaf #48741A
Tints of Green Leaf #48741A
RGB
CMYK
RGB Variations
Color information
#48741A (or 0x48741A) is known color: Green Leaf. HEX triplet: 48, 74 and 1A. RGB value is (72,116,26). Sum of RGB (Red+Green+Blue) = 72+116+26=214 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.64% from 214); Green value is 116 (45.70% from 255 or 54.21% from 214); Blue value is 26 (10.55% from 255 or 12.15% from 214); Max value from RGB is 116 - color contains mainly: green. Hex color #48741A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48741A is #B78BE5. Grayscale: #5C5C5C. Windows color (decimal): -12028902 or 1733704. OLE color: 1733704.
HSL color Cylindrical-coordinate representation of color #48741A: hue angle of 89.33º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #48741A is Cyan = 0.38, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 72 | 116 | 26 | - |
| CMYK | 0.38 | 0 | 0.78 | 0.55 |
| HSL | 89.33º | 0.63% | 0.28% | - |
| HSV(B) | 89.33º | 0.78% | 0.45% | - |
| XYZ | 9.1 | 13.94 | 3.19 | - |
| YUV | 92.58 | 90.42 | 113.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 116 | 26 | 0.38 | 0 | 0.78 | 0.55 | 89.33 | 0.63 | 0.28 |
| Hex | 48 | 74 | 1A | 26 | 0 | 4E | 37 | 59 | 3F | 1C |
| Octal | 110 | 164 | 32 | 46 | 0 | 116 | 67 | 131 | 77 | 34 |
| Binary | 1001000 | 1110100 | 11010 | 100110 | 0 | 1001110 | 110111 | 1011001 | 111111 | 11100 |
Color Harmonies of #48741A
Complementary color
Monochromatic Colors of #48741A
Black with #48741A
Text Example
Text Example
White with #48741A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48741A; }
p { color: rgb(72,116,26); }
H1.HeaderClassName
{
color: #48741A;
}
.AnyTagClassName
{
color: #48741A;
}
</style>
background-color css
<style>
a { background-color: #48741A; }
a { background-color: rgb(72,116,26); }
div.DivClassName
{
background-color: #48741A;
}
.BgClassName
{
background-color: #48741A;
}
</style>
border-color css
<style>
span { border-color: #48741A; }
span { border-color: rgb(72,116,26); }
td.TdClassName
{
border-color: #48741A;
}
.TagClassName
{
border-color: #48741A;
}
</style>