Shades of Green Leaf #486523
Tints of Green Leaf #486523
RGB
CMYK
RGB Variations
Color information
#486523 (or 0x486523) is known color: Green Leaf. HEX triplet: 48, 65 and 23. RGB value is (72,101,35). Sum of RGB (Red+Green+Blue) = 72+101+35=208 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.62% from 208); Green value is 101 (39.84% from 255 or 48.56% from 208); Blue value is 35 (14.06% from 255 or 16.83% from 208); Max value from RGB is 101 - color contains mainly: green. Hex color #486523 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486523 is #B79ADC. Grayscale: #555555. Windows color (decimal): -12032733 or 2319688. OLE color: 2319688.
HSL color Cylindrical-coordinate representation of color #486523: hue angle of 86.36º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #486523 is Cyan = 0.29, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 72 | 101 | 35 | - |
| CMYK | 0.29 | 0 | 0.65 | 0.60 |
| HSL | 86.36º | 0.49% | 0.27% | - |
| HSV(B) | 86.36º | 0.65% | 0.4% | - |
| XYZ | 7.63 | 10.81 | 3.27 | - |
| YUV | 84.81 | 99.89 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 101 | 35 | 0.29 | 0 | 0.65 | 0.60 | 86.36 | 0.49 | 0.27 |
| Hex | 48 | 65 | 23 | 1D | 0 | 41 | 3C | 56 | 31 | 1B |
| Octal | 110 | 145 | 43 | 35 | 0 | 101 | 74 | 126 | 61 | 33 |
| Binary | 1001000 | 1100101 | 100011 | 11101 | 0 | 1000001 | 111100 | 1010110 | 110001 | 11011 |
Color Harmonies of #486523
Complementary color
Monochromatic Colors of #486523
Black with #486523
Text Example
Text Example
White with #486523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486523; }
p { color: rgb(72,101,35); }
H1.HeaderClassName
{
color: #486523;
}
.AnyTagClassName
{
color: #486523;
}
</style>
background-color css
<style>
a { background-color: #486523; }
a { background-color: rgb(72,101,35); }
div.DivClassName
{
background-color: #486523;
}
.BgClassName
{
background-color: #486523;
}
</style>
border-color css
<style>
span { border-color: #486523; }
span { border-color: rgb(72,101,35); }
td.TdClassName
{
border-color: #486523;
}
.TagClassName
{
border-color: #486523;
}
</style>