Shades of Green Leaf #537A2F
Tints of Green Leaf #537A2F
RGB
CMYK
RGB Variations
Color information
#537A2F (or 0x537A2F) is known color: Green Leaf. HEX triplet: 53, 7A and 2F. RGB value is (83,122,47). Sum of RGB (Red+Green+Blue) = 83+122+47=252 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.94% from 252); Green value is 122 (48.05% from 255 or 48.41% from 252); Blue value is 47 (18.75% from 255 or 18.65% from 252); Max value from RGB is 122 - color contains mainly: green. Hex color #537A2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537A2F is #AC85D0. Grayscale: #666666. Windows color (decimal): -11306449 or 3111507. OLE color: 3111507.
HSL color Cylindrical-coordinate representation of color #537A2F: hue angle of 91.2º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #537A2F is Cyan = 0.32, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 83 | 122 | 47 | - |
| CMYK | 0.32 | 0 | 0.61 | 0.52 |
| HSL | 91.2º | 0.44% | 0.33% | - |
| HSV(B) | 91.2º | 0.61% | 0.48% | - |
| XYZ | 11.04 | 15.96 | 5.19 | - |
| YUV | 101.79 | 97.08 | 114.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 122 | 47 | 0.32 | 0 | 0.61 | 0.52 | 91.2 | 0.44 | 0.33 |
| Hex | 53 | 7A | 2F | 20 | 0 | 3D | 34 | 5B | 2C | 21 |
| Octal | 123 | 172 | 57 | 40 | 0 | 75 | 64 | 133 | 54 | 41 |
| Binary | 1010011 | 1111010 | 101111 | 100000 | 0 | 111101 | 110100 | 1011011 | 101100 | 100001 |
Color Harmonies of #537A2F
Complementary color
Monochromatic Colors of #537A2F
Black with #537A2F
Text Example
Text Example
White with #537A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537A2F; }
p { color: rgb(83,122,47); }
H1.HeaderClassName
{
color: #537A2F;
}
.AnyTagClassName
{
color: #537A2F;
}
</style>
background-color css
<style>
a { background-color: #537A2F; }
a { background-color: rgb(83,122,47); }
div.DivClassName
{
background-color: #537A2F;
}
.BgClassName
{
background-color: #537A2F;
}
</style>
border-color css
<style>
span { border-color: #537A2F; }
span { border-color: rgb(83,122,47); }
td.TdClassName
{
border-color: #537A2F;
}
.TagClassName
{
border-color: #537A2F;
}
</style>