Shades of Green Leaf #536F1C
Tints of Green Leaf #536F1C
RGB
CMYK
RGB Variations
Color information
#536F1C (or 0x536F1C) is known color: Green Leaf. HEX triplet: 53, 6F and 1C. RGB value is (83,111,28). Sum of RGB (Red+Green+Blue) = 83+111+28=222 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.39% from 222); Green value is 111 (43.75% from 255 or 50% from 222); Blue value is 28 (11.33% from 255 or 12.61% from 222); Max value from RGB is 111 - color contains mainly: green. Hex color #536F1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536F1C is #AC90E3. Grayscale: #5D5D5D. Windows color (decimal): -11309284 or 1863507. OLE color: 1863507.
HSL color Cylindrical-coordinate representation of color #536F1C: hue angle of 80.24º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #536F1C is Cyan = 0.25, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 83 | 111 | 28 | - |
| CMYK | 0.25 | 0 | 0.75 | 0.56 |
| HSL | 80.24º | 0.6% | 0.27% | - |
| HSV(B) | 80.24º | 0.75% | 0.44% | - |
| XYZ | 9.46 | 13.29 | 3.17 | - |
| YUV | 93.17 | 91.22 | 120.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 111 | 28 | 0.25 | 0 | 0.75 | 0.56 | 80.24 | 0.6 | 0.27 |
| Hex | 53 | 6F | 1C | 19 | 0 | 4B | 38 | 50 | 3C | 1B |
| Octal | 123 | 157 | 34 | 31 | 0 | 113 | 70 | 120 | 74 | 33 |
| Binary | 1010011 | 1101111 | 11100 | 11001 | 0 | 1001011 | 111000 | 1010000 | 111100 | 11011 |
Color Harmonies of #536F1C
Complementary color
Monochromatic Colors of #536F1C
Black with #536F1C
Text Example
Text Example
White with #536F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536F1C; }
p { color: rgb(83,111,28); }
H1.HeaderClassName
{
color: #536F1C;
}
.AnyTagClassName
{
color: #536F1C;
}
</style>
background-color css
<style>
a { background-color: #536F1C; }
a { background-color: rgb(83,111,28); }
div.DivClassName
{
background-color: #536F1C;
}
.BgClassName
{
background-color: #536F1C;
}
</style>
border-color css
<style>
span { border-color: #536F1C; }
span { border-color: rgb(83,111,28); }
td.TdClassName
{
border-color: #536F1C;
}
.TagClassName
{
border-color: #536F1C;
}
</style>