Shades of Green Leaf #48790B
Tints of Green Leaf #48790B
RGB
CMYK
RGB Variations
Color information
#48790B (or 0x48790B) is known color: Green Leaf. HEX triplet: 48, 79 and 0B. RGB value is (72,121,11). Sum of RGB (Red+Green+Blue) = 72+121+11=204 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.29% from 204); Green value is 121 (47.66% from 255 or 59.31% from 204); Blue value is 11 (4.69% from 255 or 5.39% from 204); Max value from RGB is 121 - color contains mainly: green. Hex color #48790B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #48790B is #B786F4. Grayscale: #5E5E5E. Windows color (decimal): -12027637 or 751944. OLE color: 751944.
HSL color Cylindrical-coordinate representation of color #48790B: hue angle of 86.73º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #48790B is Cyan = 0.40, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 72 | 121 | 11 | - |
| CMYK | 0.40 | 0 | 0.91 | 0.53 |
| HSL | 86.73º | 0.83% | 0.26% | - |
| HSV(B) | 86.73º | 0.91% | 0.47% | - |
| XYZ | 9.57 | 15.08 | 2.72 | - |
| YUV | 93.81 | 81.27 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 121 | 11 | 0.40 | 0 | 0.91 | 0.53 | 86.73 | 0.83 | 0.26 |
| Hex | 48 | 79 | B | 28 | 0 | 5B | 35 | 57 | 53 | 1A |
| Octal | 110 | 171 | 13 | 50 | 0 | 133 | 65 | 127 | 123 | 32 |
| Binary | 1001000 | 1111001 | 1011 | 101000 | 0 | 1011011 | 110101 | 1010111 | 1010011 | 11010 |
Color Harmonies of #48790B
Complementary color
Monochromatic Colors of #48790B
Black with #48790B
Text Example
Text Example
White with #48790B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48790B; }
p { color: rgb(72,121,11); }
H1.HeaderClassName
{
color: #48790B;
}
.AnyTagClassName
{
color: #48790B;
}
</style>
background-color css
<style>
a { background-color: #48790B; }
a { background-color: rgb(72,121,11); }
div.DivClassName
{
background-color: #48790B;
}
.BgClassName
{
background-color: #48790B;
}
</style>
border-color css
<style>
span { border-color: #48790B; }
span { border-color: rgb(72,121,11); }
td.TdClassName
{
border-color: #48790B;
}
.TagClassName
{
border-color: #48790B;
}
</style>