Shades of Green Leaf #48760C
Tints of Green Leaf #48760C
RGB
CMYK
RGB Variations
Color information
#48760C (or 0x48760C) is known color: Green Leaf. HEX triplet: 48, 76 and 0C. RGB value is (72,118,12). Sum of RGB (Red+Green+Blue) = 72+118+12=202 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.64% from 202); Green value is 118 (46.48% from 255 or 58.42% from 202); Blue value is 12 (5.08% from 255 or 5.94% from 202); Max value from RGB is 118 - color contains mainly: green. Hex color #48760C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #48760C is #B789F3. Grayscale: #5C5C5C. Windows color (decimal): -12028404 or 816712. OLE color: 816712.
HSL color Cylindrical-coordinate representation of color #48760C: hue angle of 86.04º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #48760C is Cyan = 0.39, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 72 | 118 | 12 | - |
| CMYK | 0.39 | 0 | 0.90 | 0.54 |
| HSL | 86.04º | 0.82% | 0.25% | - |
| HSV(B) | 86.04º | 0.9% | 0.46% | - |
| XYZ | 9.22 | 14.36 | 2.63 | - |
| YUV | 92.16 | 82.76 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 118 | 12 | 0.39 | 0 | 0.90 | 0.54 | 86.04 | 0.82 | 0.25 |
| Hex | 48 | 76 | C | 27 | 0 | 5A | 36 | 56 | 52 | 19 |
| Octal | 110 | 166 | 14 | 47 | 0 | 132 | 66 | 126 | 122 | 31 |
| Binary | 1001000 | 1110110 | 1100 | 100111 | 0 | 1011010 | 110110 | 1010110 | 1010010 | 11001 |
Color Harmonies of #48760C
Complementary color
Monochromatic Colors of #48760C
Black with #48760C
Text Example
Text Example
White with #48760C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48760C; }
p { color: rgb(72,118,12); }
H1.HeaderClassName
{
color: #48760C;
}
.AnyTagClassName
{
color: #48760C;
}
</style>
background-color css
<style>
a { background-color: #48760C; }
a { background-color: rgb(72,118,12); }
div.DivClassName
{
background-color: #48760C;
}
.BgClassName
{
background-color: #48760C;
}
</style>
border-color css
<style>
span { border-color: #48760C; }
span { border-color: rgb(72,118,12); }
td.TdClassName
{
border-color: #48760C;
}
.TagClassName
{
border-color: #48760C;
}
</style>