Shades of Green Leaf #53741D
Tints of Green Leaf #53741D
RGB
CMYK
RGB Variations
Color information
#53741D (or 0x53741D) is known color: Green Leaf. HEX triplet: 53, 74 and 1D. RGB value is (83,116,29). Sum of RGB (Red+Green+Blue) = 83+116+29=228 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.40% from 228); Green value is 116 (45.70% from 255 or 50.88% from 228); Blue value is 29 (11.72% from 255 or 12.72% from 228); Max value from RGB is 116 - color contains mainly: green. Hex color #53741D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53741D is #AC8BE2. Grayscale: #606060. Windows color (decimal): -11308003 or 1930323. OLE color: 1930323.
HSL color Cylindrical-coordinate representation of color #53741D: hue angle of 82.76º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #53741D is Cyan = 0.28, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 83 | 116 | 29 | - |
| CMYK | 0.28 | 0 | 0.75 | 0.55 |
| HSL | 82.76º | 0.6% | 0.28% | - |
| HSV(B) | 82.76º | 0.75% | 0.45% | - |
| XYZ | 10.03 | 14.42 | 3.42 | - |
| YUV | 96.22 | 90.07 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 116 | 29 | 0.28 | 0 | 0.75 | 0.55 | 82.76 | 0.6 | 0.28 |
| Hex | 53 | 74 | 1D | 1C | 0 | 4B | 37 | 53 | 3C | 1C |
| Octal | 123 | 164 | 35 | 34 | 0 | 113 | 67 | 123 | 74 | 34 |
| Binary | 1010011 | 1110100 | 11101 | 11100 | 0 | 1001011 | 110111 | 1010011 | 111100 | 11100 |
Color Harmonies of #53741D
Complementary color
Monochromatic Colors of #53741D
Black with #53741D
Text Example
Text Example
White with #53741D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53741D; }
p { color: rgb(83,116,29); }
H1.HeaderClassName
{
color: #53741D;
}
.AnyTagClassName
{
color: #53741D;
}
</style>
background-color css
<style>
a { background-color: #53741D; }
a { background-color: rgb(83,116,29); }
div.DivClassName
{
background-color: #53741D;
}
.BgClassName
{
background-color: #53741D;
}
</style>
border-color css
<style>
span { border-color: #53741D; }
span { border-color: rgb(83,116,29); }
td.TdClassName
{
border-color: #53741D;
}
.TagClassName
{
border-color: #53741D;
}
</style>