Shades of Green Leaf #53681C
Tints of Green Leaf #53681C
RGB
CMYK
RGB Variations
Color information
#53681C (or 0x53681C) is known color: Green Leaf. HEX triplet: 53, 68 and 1C. RGB value is (83,104,28). Sum of RGB (Red+Green+Blue) = 83+104+28=215 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.60% from 215); Green value is 104 (41.02% from 255 or 48.37% from 215); Blue value is 28 (11.33% from 255 or 13.02% from 215); Max value from RGB is 104 - color contains mainly: green. Hex color #53681C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53681C is #AC97E3. Grayscale: #595959. Windows color (decimal): -11311076 or 1861715. OLE color: 1861715.
HSL color Cylindrical-coordinate representation of color #53681C: hue angle of 76.58º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #53681C is Cyan = 0.20, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 83 | 104 | 28 | - |
| CMYK | 0.20 | 0 | 0.73 | 0.59 |
| HSL | 76.58º | 0.58% | 0.26% | - |
| HSV(B) | 76.58º | 0.73% | 0.41% | - |
| XYZ | 8.73 | 11.82 | 2.92 | - |
| YUV | 89.06 | 93.54 | 123.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 104 | 28 | 0.20 | 0 | 0.73 | 0.59 | 76.58 | 0.58 | 0.26 |
| Hex | 53 | 68 | 1C | 14 | 0 | 49 | 3B | 4D | 3A | 1A |
| Octal | 123 | 150 | 34 | 24 | 0 | 111 | 73 | 115 | 72 | 32 |
| Binary | 1010011 | 1101000 | 11100 | 10100 | 0 | 1001001 | 111011 | 1001101 | 111010 | 11010 |
Color Harmonies of #53681C
Complementary color
Monochromatic Colors of #53681C
Black with #53681C
Text Example
Text Example
White with #53681C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53681C; }
p { color: rgb(83,104,28); }
H1.HeaderClassName
{
color: #53681C;
}
.AnyTagClassName
{
color: #53681C;
}
</style>
background-color css
<style>
a { background-color: #53681C; }
a { background-color: rgb(83,104,28); }
div.DivClassName
{
background-color: #53681C;
}
.BgClassName
{
background-color: #53681C;
}
</style>
border-color css
<style>
span { border-color: #53681C; }
span { border-color: rgb(83,104,28); }
td.TdClassName
{
border-color: #53681C;
}
.TagClassName
{
border-color: #53681C;
}
</style>