Shades of Palm Leaf #32501C
Tints of Palm Leaf #32501C
RGB
CMYK
RGB Variations
Color information
#32501C (or 0x32501C) is known color: Palm Leaf. HEX triplet: 32, 50 and 1C. RGB value is (50,80,28). Sum of RGB (Red+Green+Blue) = 50+80+28=158 (20% of max value = 765). Red value is 50 (19.92% from 255 or 31.65% from 158); Green value is 80 (31.64% from 255 or 50.63% from 158); Blue value is 28 (11.33% from 255 or 17.72% from 158); Max value from RGB is 80 - color contains mainly: green. Hex color #32501C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32501C is #CDAFE3. Grayscale: #414141. Windows color (decimal): -13479908 or 1855538. OLE color: 1855538.
HSL color Cylindrical-coordinate representation of color #32501C: hue angle of 94.62º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #32501C is Cyan = 0.37, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 50 | 80 | 28 | - |
| CMYK | 0.37 | 0 | 0.65 | 0.69 |
| HSL | 94.62º | 0.48% | 0.21% | - |
| HSV(B) | 94.62º | 0.65% | 0.31% | - |
| XYZ | 4.39 | 6.5 | 2.12 | - |
| YUV | 65.1 | 107.06 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 80 | 28 | 0.37 | 0 | 0.65 | 0.69 | 94.62 | 0.48 | 0.21 |
| Hex | 32 | 50 | 1C | 25 | 0 | 41 | 45 | 5F | 30 | 15 |
| Octal | 62 | 120 | 34 | 45 | 0 | 101 | 105 | 137 | 60 | 25 |
| Binary | 110010 | 1010000 | 11100 | 100101 | 0 | 1000001 | 1000101 | 1011111 | 110000 | 10101 |
Color Harmonies of #32501C
Complementary color
Monochromatic Colors of #32501C
Black with #32501C
Text Example
Text Example
White with #32501C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32501C; }
p { color: rgb(50,80,28); }
H1.HeaderClassName
{
color: #32501C;
}
.AnyTagClassName
{
color: #32501C;
}
</style>
background-color css
<style>
a { background-color: #32501C; }
a { background-color: rgb(50,80,28); }
div.DivClassName
{
background-color: #32501C;
}
.BgClassName
{
background-color: #32501C;
}
</style>
border-color css
<style>
span { border-color: #32501C; }
span { border-color: rgb(50,80,28); }
td.TdClassName
{
border-color: #32501C;
}
.TagClassName
{
border-color: #32501C;
}
</style>