Shades of Green Leaf #48671C
Tints of Green Leaf #48671C
RGB
CMYK
RGB Variations
Color information
#48671C (or 0x48671C) is known color: Green Leaf. HEX triplet: 48, 67 and 1C. RGB value is (72,103,28). Sum of RGB (Red+Green+Blue) = 72+103+28=203 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.47% from 203); Green value is 103 (40.62% from 255 or 50.74% from 203); Blue value is 28 (11.33% from 255 or 13.79% from 203); Max value from RGB is 103 - color contains mainly: green. Hex color #48671C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48671C is #B798E3. Grayscale: #555555. Windows color (decimal): -12032228 or 1861448. OLE color: 1861448.
HSL color Cylindrical-coordinate representation of color #48671C: hue angle of 84.8º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #48671C is Cyan = 0.30, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 72 | 103 | 28 | - |
| CMYK | 0.30 | 0 | 0.73 | 0.60 |
| HSL | 84.8º | 0.57% | 0.26% | - |
| HSV(B) | 84.8º | 0.73% | 0.4% | - |
| XYZ | 7.73 | 11.16 | 2.85 | - |
| YUV | 85.18 | 95.73 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 103 | 28 | 0.30 | 0 | 0.73 | 0.60 | 84.8 | 0.57 | 0.26 |
| Hex | 48 | 67 | 1C | 1E | 0 | 49 | 3C | 55 | 39 | 1A |
| Octal | 110 | 147 | 34 | 36 | 0 | 111 | 74 | 125 | 71 | 32 |
| Binary | 1001000 | 1100111 | 11100 | 11110 | 0 | 1001001 | 111100 | 1010101 | 111001 | 11010 |
Color Harmonies of #48671C
Complementary color
Monochromatic Colors of #48671C
Black with #48671C
Text Example
Text Example
White with #48671C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48671C; }
p { color: rgb(72,103,28); }
H1.HeaderClassName
{
color: #48671C;
}
.AnyTagClassName
{
color: #48671C;
}
</style>
background-color css
<style>
a { background-color: #48671C; }
a { background-color: rgb(72,103,28); }
div.DivClassName
{
background-color: #48671C;
}
.BgClassName
{
background-color: #48671C;
}
</style>
border-color css
<style>
span { border-color: #48671C; }
span { border-color: rgb(72,103,28); }
td.TdClassName
{
border-color: #48671C;
}
.TagClassName
{
border-color: #48671C;
}
</style>