Shades of Green Leaf #536D1F
Tints of Green Leaf #536D1F
RGB
CMYK
RGB Variations
Color information
#536D1F (or 0x536D1F) is known color: Green Leaf. HEX triplet: 53, 6D and 1F. RGB value is (83,109,31). Sum of RGB (Red+Green+Blue) = 83+109+31=223 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.22% from 223); Green value is 109 (42.97% from 255 or 48.88% from 223); Blue value is 31 (12.5% from 255 or 13.90% from 223); Max value from RGB is 109 - color contains mainly: green. Hex color #536D1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536D1F is #AC92E0. Grayscale: #5C5C5C. Windows color (decimal): -11309793 or 2059603. OLE color: 2059603.
HSL color Cylindrical-coordinate representation of color #536D1F: hue angle of 80º degrees, saturation: 0.56, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #536D1F is Cyan = 0.24, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 83 | 109 | 31 | - |
| CMYK | 0.24 | 0 | 0.72 | 0.57 |
| HSL | 80º | 0.56% | 0.27% | - |
| HSV(B) | 80º | 0.72% | 0.43% | - |
| XYZ | 9.28 | 12.88 | 3.29 | - |
| YUV | 92.33 | 93.39 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 109 | 31 | 0.24 | 0 | 0.72 | 0.57 | 80 | 0.56 | 0.27 |
| Hex | 53 | 6D | 1F | 18 | 0 | 48 | 39 | 50 | 38 | 1B |
| Octal | 123 | 155 | 37 | 30 | 0 | 110 | 71 | 120 | 70 | 33 |
| Binary | 1010011 | 1101101 | 11111 | 11000 | 0 | 1001000 | 111001 | 1010000 | 111000 | 11011 |
Color Harmonies of #536D1F
Complementary color
Monochromatic Colors of #536D1F
Black with #536D1F
Text Example
Text Example
White with #536D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536D1F; }
p { color: rgb(83,109,31); }
H1.HeaderClassName
{
color: #536D1F;
}
.AnyTagClassName
{
color: #536D1F;
}
</style>
background-color css
<style>
a { background-color: #536D1F; }
a { background-color: rgb(83,109,31); }
div.DivClassName
{
background-color: #536D1F;
}
.BgClassName
{
background-color: #536D1F;
}
</style>
border-color css
<style>
span { border-color: #536D1F; }
span { border-color: rgb(83,109,31); }
td.TdClassName
{
border-color: #536D1F;
}
.TagClassName
{
border-color: #536D1F;
}
</style>