Shades of Green Leaf #53751C
Tints of Green Leaf #53751C
RGB
CMYK
RGB Variations
Color information
#53751C (or 0x53751C) is known color: Green Leaf. HEX triplet: 53, 75 and 1C. RGB value is (83,117,28). Sum of RGB (Red+Green+Blue) = 83+117+28=228 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.40% from 228); Green value is 117 (46.09% from 255 or 51.32% from 228); Blue value is 28 (11.33% from 255 or 12.28% from 228); Max value from RGB is 117 - color contains mainly: green. Hex color #53751C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53751C is #AC8AE3. Grayscale: #616161. Windows color (decimal): -11307748 or 1865043. OLE color: 1865043.
HSL color Cylindrical-coordinate representation of color #53751C: hue angle of 82.92º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #53751C is Cyan = 0.29, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 83 | 117 | 28 | - |
| CMYK | 0.29 | 0 | 0.76 | 0.54 |
| HSL | 82.92º | 0.61% | 0.28% | - |
| HSV(B) | 82.92º | 0.76% | 0.46% | - |
| XYZ | 10.14 | 14.65 | 3.39 | - |
| YUV | 96.69 | 89.24 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 117 | 28 | 0.29 | 0 | 0.76 | 0.54 | 82.92 | 0.61 | 0.28 |
| Hex | 53 | 75 | 1C | 1D | 0 | 4C | 36 | 53 | 3D | 1C |
| Octal | 123 | 165 | 34 | 35 | 0 | 114 | 66 | 123 | 75 | 34 |
| Binary | 1010011 | 1110101 | 11100 | 11101 | 0 | 1001100 | 110110 | 1010011 | 111101 | 11100 |
Color Harmonies of #53751C
Complementary color
Monochromatic Colors of #53751C
Black with #53751C
Text Example
Text Example
White with #53751C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53751C; }
p { color: rgb(83,117,28); }
H1.HeaderClassName
{
color: #53751C;
}
.AnyTagClassName
{
color: #53751C;
}
</style>
background-color css
<style>
a { background-color: #53751C; }
a { background-color: rgb(83,117,28); }
div.DivClassName
{
background-color: #53751C;
}
.BgClassName
{
background-color: #53751C;
}
</style>
border-color css
<style>
span { border-color: #53751C; }
span { border-color: rgb(83,117,28); }
td.TdClassName
{
border-color: #53751C;
}
.TagClassName
{
border-color: #53751C;
}
</style>