Shades of Green Leaf #537526
Tints of Green Leaf #537526
RGB
CMYK
RGB Variations
Color information
#537526 (or 0x537526) is known color: Green Leaf. HEX triplet: 53, 75 and 26. RGB value is (83,117,38). Sum of RGB (Red+Green+Blue) = 83+117+38=238 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.87% from 238); Green value is 117 (46.09% from 255 or 49.16% from 238); Blue value is 38 (15.23% from 255 or 15.97% from 238); Max value from RGB is 117 - color contains mainly: green. Hex color #537526 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537526 is #AC8AD9. Grayscale: #626262. Windows color (decimal): -11307738 or 2520403. OLE color: 2520403.
HSL color Cylindrical-coordinate representation of color #537526: hue angle of 85.82º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #537526 is Cyan = 0.29, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 83 | 117 | 38 | - |
| CMYK | 0.29 | 0 | 0.68 | 0.54 |
| HSL | 85.82º | 0.51% | 0.3% | - |
| HSV(B) | 85.82º | 0.68% | 0.46% | - |
| XYZ | 10.28 | 14.7 | 4.13 | - |
| YUV | 97.83 | 94.24 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 117 | 38 | 0.29 | 0 | 0.68 | 0.54 | 85.82 | 0.51 | 0.3 |
| Hex | 53 | 75 | 26 | 1D | 0 | 44 | 36 | 56 | 33 | 1E |
| Octal | 123 | 165 | 46 | 35 | 0 | 104 | 66 | 126 | 63 | 36 |
| Binary | 1010011 | 1110101 | 100110 | 11101 | 0 | 1000100 | 110110 | 1010110 | 110011 | 11110 |
Color Harmonies of #537526
Complementary color
Monochromatic Colors of #537526
Black with #537526
Text Example
Text Example
White with #537526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537526; }
p { color: rgb(83,117,38); }
H1.HeaderClassName
{
color: #537526;
}
.AnyTagClassName
{
color: #537526;
}
</style>
background-color css
<style>
a { background-color: #537526; }
a { background-color: rgb(83,117,38); }
div.DivClassName
{
background-color: #537526;
}
.BgClassName
{
background-color: #537526;
}
</style>
border-color css
<style>
span { border-color: #537526; }
span { border-color: rgb(83,117,38); }
td.TdClassName
{
border-color: #537526;
}
.TagClassName
{
border-color: #537526;
}
</style>