Shades of Green Leaf #526838
Tints of Green Leaf #526838
RGB
CMYK
RGB Variations
Color information
#526838 (or 0x526838) is known color: Green Leaf. HEX triplet: 52, 68 and 38. RGB value is (82,104,56). Sum of RGB (Red+Green+Blue) = 82+104+56=242 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.88% from 242); Green value is 104 (41.02% from 255 or 42.98% from 242); Blue value is 56 (22.27% from 255 or 23.14% from 242); Max value from RGB is 104 - color contains mainly: green. Hex color #526838 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526838 is #AD97C7. Grayscale: #5C5C5C. Windows color (decimal): -11376584 or 3696722. OLE color: 3696722.
HSL color Cylindrical-coordinate representation of color #526838: hue angle of 87.5º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #526838 is Cyan = 0.21, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 82 | 104 | 56 | - |
| CMYK | 0.21 | 0 | 0.46 | 0.59 |
| HSL | 87.5º | 0.3% | 0.31% | - |
| HSV(B) | 87.5º | 0.46% | 0.41% | - |
| XYZ | 9.14 | 11.98 | 5.57 | - |
| YUV | 91.95 | 107.71 | 120.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 104 | 56 | 0.21 | 0 | 0.46 | 0.59 | 87.5 | 0.3 | 0.31 |
| Hex | 52 | 68 | 38 | 15 | 0 | 2E | 3B | 57 | 1E | 1F |
| Octal | 122 | 150 | 70 | 25 | 0 | 56 | 73 | 127 | 36 | 37 |
| Binary | 1010010 | 1101000 | 111000 | 10101 | 0 | 101110 | 111011 | 1010111 | 11110 | 11111 |
Color Harmonies of #526838
Complementary color
Monochromatic Colors of #526838
Black with #526838
Text Example
Text Example
White with #526838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526838; }
p { color: rgb(82,104,56); }
H1.HeaderClassName
{
color: #526838;
}
.AnyTagClassName
{
color: #526838;
}
</style>
background-color css
<style>
a { background-color: #526838; }
a { background-color: rgb(82,104,56); }
div.DivClassName
{
background-color: #526838;
}
.BgClassName
{
background-color: #526838;
}
</style>
border-color css
<style>
span { border-color: #526838; }
span { border-color: rgb(82,104,56); }
td.TdClassName
{
border-color: #526838;
}
.TagClassName
{
border-color: #526838;
}
</style>