Shades of Green Leaf #526F33
Tints of Green Leaf #526F33
RGB
CMYK
RGB Variations
Color information
#526F33 (or 0x526F33) is known color: Green Leaf. HEX triplet: 52, 6F and 33. RGB value is (82,111,51). Sum of RGB (Red+Green+Blue) = 82+111+51=244 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.61% from 244); Green value is 111 (43.75% from 255 or 45.49% from 244); Blue value is 51 (20.31% from 255 or 20.90% from 244); Max value from RGB is 111 - color contains mainly: green. Hex color #526F33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526F33 is #AD90CC. Grayscale: #5F5F5F. Windows color (decimal): -11374797 or 3370834. OLE color: 3370834.
HSL color Cylindrical-coordinate representation of color #526F33: hue angle of 89º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #526F33 is Cyan = 0.26, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 82 | 111 | 51 | - |
| CMYK | 0.26 | 0 | 0.54 | 0.56 |
| HSL | 89º | 0.37% | 0.32% | - |
| HSV(B) | 89º | 0.54% | 0.44% | - |
| XYZ | 9.76 | 13.4 | 5.2 | - |
| YUV | 95.49 | 102.89 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 111 | 51 | 0.26 | 0 | 0.54 | 0.56 | 89 | 0.37 | 0.32 |
| Hex | 52 | 6F | 33 | 1A | 0 | 36 | 38 | 59 | 25 | 20 |
| Octal | 122 | 157 | 63 | 32 | 0 | 66 | 70 | 131 | 45 | 40 |
| Binary | 1010010 | 1101111 | 110011 | 11010 | 0 | 110110 | 111000 | 1011001 | 100101 | 100000 |
Color Harmonies of #526F33
Complementary color
Monochromatic Colors of #526F33
Black with #526F33
Text Example
Text Example
White with #526F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526F33; }
p { color: rgb(82,111,51); }
H1.HeaderClassName
{
color: #526F33;
}
.AnyTagClassName
{
color: #526F33;
}
</style>
background-color css
<style>
a { background-color: #526F33; }
a { background-color: rgb(82,111,51); }
div.DivClassName
{
background-color: #526F33;
}
.BgClassName
{
background-color: #526F33;
}
</style>
border-color css
<style>
span { border-color: #526F33; }
span { border-color: rgb(82,111,51); }
td.TdClassName
{
border-color: #526F33;
}
.TagClassName
{
border-color: #526F33;
}
</style>