Shades of Green Leaf #486824
Tints of Green Leaf #486824
RGB
CMYK
RGB Variations
Color information
#486824 (or 0x486824) is known color: Green Leaf. HEX triplet: 48, 68 and 24. RGB value is (72,104,36). Sum of RGB (Red+Green+Blue) = 72+104+36=212 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.96% from 212); Green value is 104 (41.02% from 255 or 49.06% from 212); Blue value is 36 (14.45% from 255 or 16.98% from 212); Max value from RGB is 104 - color contains mainly: green. Hex color #486824 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486824 is #B797DB. Grayscale: #565656. Windows color (decimal): -12031964 or 2385992. OLE color: 2385992.
HSL color Cylindrical-coordinate representation of color #486824: hue angle of 88.24º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #486824 is Cyan = 0.31, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 72 | 104 | 36 | - |
| CMYK | 0.31 | 0 | 0.65 | 0.59 |
| HSL | 88.24º | 0.49% | 0.27% | - |
| HSV(B) | 88.24º | 0.65% | 0.41% | - |
| XYZ | 7.94 | 11.41 | 3.45 | - |
| YUV | 86.68 | 99.4 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 104 | 36 | 0.31 | 0 | 0.65 | 0.59 | 88.24 | 0.49 | 0.27 |
| Hex | 48 | 68 | 24 | 1F | 0 | 41 | 3B | 58 | 31 | 1B |
| Octal | 110 | 150 | 44 | 37 | 0 | 101 | 73 | 130 | 61 | 33 |
| Binary | 1001000 | 1101000 | 100100 | 11111 | 0 | 1000001 | 111011 | 1011000 | 110001 | 11011 |
Color Harmonies of #486824
Complementary color
Monochromatic Colors of #486824
Black with #486824
Text Example
Text Example
White with #486824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486824; }
p { color: rgb(72,104,36); }
H1.HeaderClassName
{
color: #486824;
}
.AnyTagClassName
{
color: #486824;
}
</style>
background-color css
<style>
a { background-color: #486824; }
a { background-color: rgb(72,104,36); }
div.DivClassName
{
background-color: #486824;
}
.BgClassName
{
background-color: #486824;
}
</style>
border-color css
<style>
span { border-color: #486824; }
span { border-color: rgb(72,104,36); }
td.TdClassName
{
border-color: #486824;
}
.TagClassName
{
border-color: #486824;
}
</style>