Shades of Green Leaf #486721
Tints of Green Leaf #486721
RGB
CMYK
RGB Variations
Color information
#486721 (or 0x486721) is known color: Green Leaf. HEX triplet: 48, 67 and 21. RGB value is (72,103,33). Sum of RGB (Red+Green+Blue) = 72+103+33=208 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.62% from 208); Green value is 103 (40.62% from 255 or 49.52% from 208); Blue value is 33 (13.28% from 255 or 15.87% from 208); Max value from RGB is 103 - color contains mainly: green. Hex color #486721 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486721 is #B798DE. Grayscale: #555555. Windows color (decimal): -12032223 or 2189128. OLE color: 2189128.
HSL color Cylindrical-coordinate representation of color #486721: hue angle of 86.57º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #486721 is Cyan = 0.30, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 72 | 103 | 33 | - |
| CMYK | 0.30 | 0 | 0.68 | 0.60 |
| HSL | 86.57º | 0.51% | 0.27% | - |
| HSV(B) | 86.57º | 0.68% | 0.4% | - |
| XYZ | 7.8 | 11.19 | 3.19 | - |
| YUV | 85.75 | 98.23 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 103 | 33 | 0.30 | 0 | 0.68 | 0.60 | 86.57 | 0.51 | 0.27 |
| Hex | 48 | 67 | 21 | 1E | 0 | 44 | 3C | 57 | 33 | 1B |
| Octal | 110 | 147 | 41 | 36 | 0 | 104 | 74 | 127 | 63 | 33 |
| Binary | 1001000 | 1100111 | 100001 | 11110 | 0 | 1000100 | 111100 | 1010111 | 110011 | 11011 |
Color Harmonies of #486721
Complementary color
Monochromatic Colors of #486721
Black with #486721
Text Example
Text Example
White with #486721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486721; }
p { color: rgb(72,103,33); }
H1.HeaderClassName
{
color: #486721;
}
.AnyTagClassName
{
color: #486721;
}
</style>
background-color css
<style>
a { background-color: #486721; }
a { background-color: rgb(72,103,33); }
div.DivClassName
{
background-color: #486721;
}
.BgClassName
{
background-color: #486721;
}
</style>
border-color css
<style>
span { border-color: #486721; }
span { border-color: rgb(72,103,33); }
td.TdClassName
{
border-color: #486721;
}
.TagClassName
{
border-color: #486721;
}
</style>