Shades of Green Leaf #48770B
Tints of Green Leaf #48770B
RGB
CMYK
RGB Variations
Color information
#48770B (or 0x48770B) is known color: Green Leaf. HEX triplet: 48, 77 and 0B. RGB value is (72,119,11). Sum of RGB (Red+Green+Blue) = 72+119+11=202 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.64% from 202); Green value is 119 (46.88% from 255 or 58.91% from 202); Blue value is 11 (4.69% from 255 or 5.45% from 202); Max value from RGB is 119 - color contains mainly: green. Hex color #48770B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #48770B is #B788F4. Grayscale: #5D5D5D. Windows color (decimal): -12028149 or 751432. OLE color: 751432.
HSL color Cylindrical-coordinate representation of color #48770B: hue angle of 86.11º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #48770B is Cyan = 0.39, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 72 | 119 | 11 | - |
| CMYK | 0.39 | 0 | 0.91 | 0.53 |
| HSL | 86.11º | 0.83% | 0.25% | - |
| HSV(B) | 86.11º | 0.91% | 0.47% | - |
| XYZ | 9.33 | 14.6 | 2.64 | - |
| YUV | 92.64 | 81.93 | 113.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 119 | 11 | 0.39 | 0 | 0.91 | 0.53 | 86.11 | 0.83 | 0.25 |
| Hex | 48 | 77 | B | 27 | 0 | 5B | 35 | 56 | 53 | 19 |
| Octal | 110 | 167 | 13 | 47 | 0 | 133 | 65 | 126 | 123 | 31 |
| Binary | 1001000 | 1110111 | 1011 | 100111 | 0 | 1011011 | 110101 | 1010110 | 1010011 | 11001 |
Color Harmonies of #48770B
Complementary color
Monochromatic Colors of #48770B
Black with #48770B
Text Example
Text Example
White with #48770B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48770B; }
p { color: rgb(72,119,11); }
H1.HeaderClassName
{
color: #48770B;
}
.AnyTagClassName
{
color: #48770B;
}
</style>
background-color css
<style>
a { background-color: #48770B; }
a { background-color: rgb(72,119,11); }
div.DivClassName
{
background-color: #48770B;
}
.BgClassName
{
background-color: #48770B;
}
</style>
border-color css
<style>
span { border-color: #48770B; }
span { border-color: rgb(72,119,11); }
td.TdClassName
{
border-color: #48770B;
}
.TagClassName
{
border-color: #48770B;
}
</style>