Shades of Green Leaf #48761C
Tints of Green Leaf #48761C
RGB
CMYK
RGB Variations
Color information
#48761C (or 0x48761C) is known color: Green Leaf. HEX triplet: 48, 76 and 1C. RGB value is (72,118,28). Sum of RGB (Red+Green+Blue) = 72+118+28=218 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.03% from 218); Green value is 118 (46.48% from 255 or 54.13% from 218); Blue value is 28 (11.33% from 255 or 12.84% from 218); Max value from RGB is 118 - color contains mainly: green. Hex color #48761C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48761C is #B789E3. Grayscale: #5E5E5E. Windows color (decimal): -12028388 or 1865288. OLE color: 1865288.
HSL color Cylindrical-coordinate representation of color #48761C: hue angle of 90.67º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #48761C is Cyan = 0.39, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 72 | 118 | 28 | - |
| CMYK | 0.39 | 0 | 0.76 | 0.54 |
| HSL | 90.67º | 0.62% | 0.29% | - |
| HSV(B) | 90.67º | 0.76% | 0.46% | - |
| XYZ | 9.36 | 14.42 | 3.39 | - |
| YUV | 93.99 | 90.76 | 112.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 118 | 28 | 0.39 | 0 | 0.76 | 0.54 | 90.67 | 0.62 | 0.29 |
| Hex | 48 | 76 | 1C | 27 | 0 | 4C | 36 | 5B | 3E | 1D |
| Octal | 110 | 166 | 34 | 47 | 0 | 114 | 66 | 133 | 76 | 35 |
| Binary | 1001000 | 1110110 | 11100 | 100111 | 0 | 1001100 | 110110 | 1011011 | 111110 | 11101 |
Color Harmonies of #48761C
Complementary color
Monochromatic Colors of #48761C
Black with #48761C
Text Example
Text Example
White with #48761C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48761C; }
p { color: rgb(72,118,28); }
H1.HeaderClassName
{
color: #48761C;
}
.AnyTagClassName
{
color: #48761C;
}
</style>
background-color css
<style>
a { background-color: #48761C; }
a { background-color: rgb(72,118,28); }
div.DivClassName
{
background-color: #48761C;
}
.BgClassName
{
background-color: #48761C;
}
</style>
border-color css
<style>
span { border-color: #48761C; }
span { border-color: rgb(72,118,28); }
td.TdClassName
{
border-color: #48761C;
}
.TagClassName
{
border-color: #48761C;
}
</style>