Shades of Green Leaf #526B2A
Tints of Green Leaf #526B2A
RGB
CMYK
RGB Variations
Color information
#526B2A (or 0x526B2A) is known color: Green Leaf. HEX triplet: 52, 6B and 2A. RGB value is (82,107,42). Sum of RGB (Red+Green+Blue) = 82+107+42=231 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.50% from 231); Green value is 107 (42.19% from 255 or 46.32% from 231); Blue value is 42 (16.80% from 255 or 18.18% from 231); Max value from RGB is 107 - color contains mainly: green. Hex color #526B2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526B2A is #AD94D5. Grayscale: #5C5C5C. Windows color (decimal): -11375830 or 2779986. OLE color: 2779986.
HSL color Cylindrical-coordinate representation of color #526B2A: hue angle of 83.08º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #526B2A is Cyan = 0.23, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 82 | 107 | 42 | - |
| CMYK | 0.23 | 0 | 0.61 | 0.58 |
| HSL | 83.08º | 0.44% | 0.29% | - |
| HSV(B) | 83.08º | 0.61% | 0.42% | - |
| XYZ | 9.16 | 12.48 | 4.12 | - |
| YUV | 92.12 | 99.72 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 107 | 42 | 0.23 | 0 | 0.61 | 0.58 | 83.08 | 0.44 | 0.29 |
| Hex | 52 | 6B | 2A | 17 | 0 | 3D | 3A | 53 | 2C | 1D |
| Octal | 122 | 153 | 52 | 27 | 0 | 75 | 72 | 123 | 54 | 35 |
| Binary | 1010010 | 1101011 | 101010 | 10111 | 0 | 111101 | 111010 | 1010011 | 101100 | 11101 |
Color Harmonies of #526B2A
Complementary color
Monochromatic Colors of #526B2A
Black with #526B2A
Text Example
Text Example
White with #526B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526B2A; }
p { color: rgb(82,107,42); }
H1.HeaderClassName
{
color: #526B2A;
}
.AnyTagClassName
{
color: #526B2A;
}
</style>
background-color css
<style>
a { background-color: #526B2A; }
a { background-color: rgb(82,107,42); }
div.DivClassName
{
background-color: #526B2A;
}
.BgClassName
{
background-color: #526B2A;
}
</style>
border-color css
<style>
span { border-color: #526B2A; }
span { border-color: rgb(82,107,42); }
td.TdClassName
{
border-color: #526B2A;
}
.TagClassName
{
border-color: #526B2A;
}
</style>