Shades of Green Leaf #48651B
Tints of Green Leaf #48651B
RGB
CMYK
RGB Variations
Color information
#48651B (or 0x48651B) is known color: Green Leaf. HEX triplet: 48, 65 and 1B. RGB value is (72,101,27). Sum of RGB (Red+Green+Blue) = 72+101+27=200 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36% from 200); Green value is 101 (39.84% from 255 or 50.5% from 200); Blue value is 27 (10.94% from 255 or 13.5% from 200); Max value from RGB is 101 - color contains mainly: green. Hex color #48651B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48651B is #B79AE4. Grayscale: #545454. Windows color (decimal): -12032741 or 1795400. OLE color: 1795400.
HSL color Cylindrical-coordinate representation of color #48651B: hue angle of 83.51º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #48651B is Cyan = 0.29, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 72 | 101 | 27 | - |
| CMYK | 0.29 | 0 | 0.73 | 0.60 |
| HSL | 83.51º | 0.58% | 0.25% | - |
| HSV(B) | 83.51º | 0.73% | 0.4% | - |
| XYZ | 7.52 | 10.76 | 2.72 | - |
| YUV | 83.89 | 95.89 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 101 | 27 | 0.29 | 0 | 0.73 | 0.60 | 83.51 | 0.58 | 0.25 |
| Hex | 48 | 65 | 1B | 1D | 0 | 49 | 3C | 54 | 3A | 19 |
| Octal | 110 | 145 | 33 | 35 | 0 | 111 | 74 | 124 | 72 | 31 |
| Binary | 1001000 | 1100101 | 11011 | 11101 | 0 | 1001001 | 111100 | 1010100 | 111010 | 11001 |
Color Harmonies of #48651B
Complementary color
Monochromatic Colors of #48651B
Black with #48651B
Text Example
Text Example
White with #48651B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48651B; }
p { color: rgb(72,101,27); }
H1.HeaderClassName
{
color: #48651B;
}
.AnyTagClassName
{
color: #48651B;
}
</style>
background-color css
<style>
a { background-color: #48651B; }
a { background-color: rgb(72,101,27); }
div.DivClassName
{
background-color: #48651B;
}
.BgClassName
{
background-color: #48651B;
}
</style>
border-color css
<style>
span { border-color: #48651B; }
span { border-color: rgb(72,101,27); }
td.TdClassName
{
border-color: #48651B;
}
.TagClassName
{
border-color: #48651B;
}
</style>