Shades of Green Leaf #536A25
Tints of Green Leaf #536A25
RGB
CMYK
RGB Variations
Color information
#536A25 (or 0x536A25) is known color: Green Leaf. HEX triplet: 53, 6A and 25. RGB value is (83,106,37). Sum of RGB (Red+Green+Blue) = 83+106+37=226 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.73% from 226); Green value is 106 (41.80% from 255 or 46.90% from 226); Blue value is 37 (14.84% from 255 or 16.37% from 226); Max value from RGB is 106 - color contains mainly: green. Hex color #536A25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536A25 is #AC95DA. Grayscale: #5B5B5B. Windows color (decimal): -11310555 or 2452051. OLE color: 2452051.
HSL color Cylindrical-coordinate representation of color #536A25: hue angle of 80º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #536A25 is Cyan = 0.22, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 83 | 106 | 37 | - |
| CMYK | 0.22 | 0 | 0.65 | 0.58 |
| HSL | 80º | 0.48% | 0.28% | - |
| HSV(B) | 80º | 0.65% | 0.42% | - |
| XYZ | 9.06 | 12.28 | 3.64 | - |
| YUV | 91.26 | 97.38 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 106 | 37 | 0.22 | 0 | 0.65 | 0.58 | 80 | 0.48 | 0.28 |
| Hex | 53 | 6A | 25 | 16 | 0 | 41 | 3A | 50 | 30 | 1C |
| Octal | 123 | 152 | 45 | 26 | 0 | 101 | 72 | 120 | 60 | 34 |
| Binary | 1010011 | 1101010 | 100101 | 10110 | 0 | 1000001 | 111010 | 1010000 | 110000 | 11100 |
Color Harmonies of #536A25
Complementary color
Monochromatic Colors of #536A25
Black with #536A25
Text Example
Text Example
White with #536A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536A25; }
p { color: rgb(83,106,37); }
H1.HeaderClassName
{
color: #536A25;
}
.AnyTagClassName
{
color: #536A25;
}
</style>
background-color css
<style>
a { background-color: #536A25; }
a { background-color: rgb(83,106,37); }
div.DivClassName
{
background-color: #536A25;
}
.BgClassName
{
background-color: #536A25;
}
</style>
border-color css
<style>
span { border-color: #536A25; }
span { border-color: rgb(83,106,37); }
td.TdClassName
{
border-color: #536A25;
}
.TagClassName
{
border-color: #536A25;
}
</style>