Shades of Green Leaf #526C31
Tints of Green Leaf #526C31
RGB
CMYK
RGB Variations
Color information
#526C31 (or 0x526C31) is known color: Green Leaf. HEX triplet: 52, 6C and 31. RGB value is (82,108,49). Sum of RGB (Red+Green+Blue) = 82+108+49=239 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.31% from 239); Green value is 108 (42.58% from 255 or 45.19% from 239); Blue value is 49 (19.53% from 255 or 20.50% from 239); Max value from RGB is 108 - color contains mainly: green. Hex color #526C31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526C31 is #AD93CE. Grayscale: #5D5D5D. Windows color (decimal): -11375567 or 3238994. OLE color: 3238994.
HSL color Cylindrical-coordinate representation of color #526C31: hue angle of 86.44º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #526C31 is Cyan = 0.24, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 82 | 108 | 49 | - |
| CMYK | 0.24 | 0 | 0.55 | 0.58 |
| HSL | 86.44º | 0.38% | 0.31% | - |
| HSV(B) | 86.44º | 0.55% | 0.42% | - |
| XYZ | 9.4 | 12.74 | 4.87 | - |
| YUV | 93.5 | 102.89 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 108 | 49 | 0.24 | 0 | 0.55 | 0.58 | 86.44 | 0.38 | 0.31 |
| Hex | 52 | 6C | 31 | 18 | 0 | 37 | 3A | 56 | 26 | 1F |
| Octal | 122 | 154 | 61 | 30 | 0 | 67 | 72 | 126 | 46 | 37 |
| Binary | 1010010 | 1101100 | 110001 | 11000 | 0 | 110111 | 111010 | 1010110 | 100110 | 11111 |
Color Harmonies of #526C31
Complementary color
Monochromatic Colors of #526C31
Black with #526C31
Text Example
Text Example
White with #526C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526C31; }
p { color: rgb(82,108,49); }
H1.HeaderClassName
{
color: #526C31;
}
.AnyTagClassName
{
color: #526C31;
}
</style>
background-color css
<style>
a { background-color: #526C31; }
a { background-color: rgb(82,108,49); }
div.DivClassName
{
background-color: #526C31;
}
.BgClassName
{
background-color: #526C31;
}
</style>
border-color css
<style>
span { border-color: #526C31; }
span { border-color: rgb(82,108,49); }
td.TdClassName
{
border-color: #526C31;
}
.TagClassName
{
border-color: #526C31;
}
</style>