Shades of Green Leaf #48730B
Tints of Green Leaf #48730B
RGB
CMYK
RGB Variations
Color information
#48730B (or 0x48730B) is known color: Green Leaf. HEX triplet: 48, 73 and 0B. RGB value is (72,115,11). Sum of RGB (Red+Green+Blue) = 72+115+11=198 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.36% from 198); Green value is 115 (45.31% from 255 or 58.08% from 198); Blue value is 11 (4.69% from 255 or 5.56% from 198); Max value from RGB is 115 - color contains mainly: green. Hex color #48730B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #48730B is #B78CF4. Grayscale: #5A5A5A. Windows color (decimal): -12029173 or 750408. OLE color: 750408.
HSL color Cylindrical-coordinate representation of color #48730B: hue angle of 84.81º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #48730B is Cyan = 0.37, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 72 | 115 | 11 | - |
| CMYK | 0.37 | 0 | 0.90 | 0.55 |
| HSL | 84.81º | 0.83% | 0.25% | - |
| HSV(B) | 84.81º | 0.9% | 0.45% | - |
| XYZ | 8.86 | 13.66 | 2.49 | - |
| YUV | 90.29 | 83.25 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 115 | 11 | 0.37 | 0 | 0.90 | 0.55 | 84.81 | 0.83 | 0.25 |
| Hex | 48 | 73 | B | 25 | 0 | 5A | 37 | 55 | 53 | 19 |
| Octal | 110 | 163 | 13 | 45 | 0 | 132 | 67 | 125 | 123 | 31 |
| Binary | 1001000 | 1110011 | 1011 | 100101 | 0 | 1011010 | 110111 | 1010101 | 1010011 | 11001 |
Color Harmonies of #48730B
Complementary color
Monochromatic Colors of #48730B
Black with #48730B
Text Example
Text Example
White with #48730B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48730B; }
p { color: rgb(72,115,11); }
H1.HeaderClassName
{
color: #48730B;
}
.AnyTagClassName
{
color: #48730B;
}
</style>
background-color css
<style>
a { background-color: #48730B; }
a { background-color: rgb(72,115,11); }
div.DivClassName
{
background-color: #48730B;
}
.BgClassName
{
background-color: #48730B;
}
</style>
border-color css
<style>
span { border-color: #48730B; }
span { border-color: rgb(72,115,11); }
td.TdClassName
{
border-color: #48730B;
}
.TagClassName
{
border-color: #48730B;
}
</style>