Shades of Palm Leaf #324B30
Tints of Palm Leaf #324B30
RGB
CMYK
RGB Variations
Color information
#324B30 (or 0x324B30) is known color: Palm Leaf. HEX triplet: 32, 4B and 30. RGB value is (50,75,48). Sum of RGB (Red+Green+Blue) = 50+75+48=173 (22% of max value = 765). Red value is 50 (19.92% from 255 or 28.90% from 173); Green value is 75 (29.69% from 255 or 43.35% from 173); Blue value is 48 (19.14% from 255 or 27.75% from 173); Max value from RGB is 75 - color contains mainly: green. Hex color #324B30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324B30 is #CDB4CF. Grayscale: #404040. Windows color (decimal): -13481168 or 3164978. OLE color: 3164978.
HSL color Cylindrical-coordinate representation of color #324B30: hue angle of 115.56º degrees, saturation: 0.22, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #324B30 is Cyan = 0.33, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 50 | 75 | 48 | - |
| CMYK | 0.33 | 0 | 0.36 | 0.71 |
| HSL | 115.56º | 0.22% | 0.24% | - |
| HSV(B) | 115.56º | 0.36% | 0.29% | - |
| XYZ | 4.36 | 5.92 | 3.71 | - |
| YUV | 64.45 | 118.72 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 75 | 48 | 0.33 | 0 | 0.36 | 0.71 | 115.56 | 0.22 | 0.24 |
| Hex | 32 | 4B | 30 | 21 | 0 | 24 | 47 | 74 | 16 | 18 |
| Octal | 62 | 113 | 60 | 41 | 0 | 44 | 107 | 164 | 26 | 30 |
| Binary | 110010 | 1001011 | 110000 | 100001 | 0 | 100100 | 1000111 | 1110100 | 10110 | 11000 |
Color Harmonies of #324B30
Complementary color
Monochromatic Colors of #324B30
Black with #324B30
Text Example
Text Example
White with #324B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324B30; }
p { color: rgb(50,75,48); }
H1.HeaderClassName
{
color: #324B30;
}
.AnyTagClassName
{
color: #324B30;
}
</style>
background-color css
<style>
a { background-color: #324B30; }
a { background-color: rgb(50,75,48); }
div.DivClassName
{
background-color: #324B30;
}
.BgClassName
{
background-color: #324B30;
}
</style>
border-color css
<style>
span { border-color: #324B30; }
span { border-color: rgb(50,75,48); }
td.TdClassName
{
border-color: #324B30;
}
.TagClassName
{
border-color: #324B30;
}
</style>