Shades of Palm Leaf #365332
Tints of Palm Leaf #365332
RGB
CMYK
RGB Variations
Color information
#365332 (or 0x365332) is known color: Palm Leaf. HEX triplet: 36, 53 and 32. RGB value is (54,83,50). Sum of RGB (Red+Green+Blue) = 54+83+50=187 (24% of max value = 765). Red value is 54 (21.48% from 255 or 28.88% from 187); Green value is 83 (32.81% from 255 or 44.39% from 187); Blue value is 50 (19.92% from 255 or 26.74% from 187); Max value from RGB is 83 - color contains mainly: green. Hex color #365332 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365332 is #C9ACCD. Grayscale: #464646. Windows color (decimal): -13216974 or 3298102. OLE color: 3298102.
HSL color Cylindrical-coordinate representation of color #365332: hue angle of 112.73º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #365332 is Cyan = 0.35, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 54 | 83 | 50 | - |
| CMYK | 0.35 | 0 | 0.40 | 0.67 |
| HSL | 112.73º | 0.25% | 0.26% | - |
| HSV(B) | 112.73º | 0.4% | 0.33% | - |
| XYZ | 5.19 | 7.2 | 4.13 | - |
| YUV | 70.57 | 116.39 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 83 | 50 | 0.35 | 0 | 0.40 | 0.67 | 112.73 | 0.25 | 0.26 |
| Hex | 36 | 53 | 32 | 23 | 0 | 28 | 43 | 71 | 19 | 1A |
| Octal | 66 | 123 | 62 | 43 | 0 | 50 | 103 | 161 | 31 | 32 |
| Binary | 110110 | 1010011 | 110010 | 100011 | 0 | 101000 | 1000011 | 1110001 | 11001 | 11010 |
Color Harmonies of #365332
Complementary color
Monochromatic Colors of #365332
Black with #365332
Text Example
Text Example
White with #365332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365332; }
p { color: rgb(54,83,50); }
H1.HeaderClassName
{
color: #365332;
}
.AnyTagClassName
{
color: #365332;
}
</style>
background-color css
<style>
a { background-color: #365332; }
a { background-color: rgb(54,83,50); }
div.DivClassName
{
background-color: #365332;
}
.BgClassName
{
background-color: #365332;
}
</style>
border-color css
<style>
span { border-color: #365332; }
span { border-color: rgb(54,83,50); }
td.TdClassName
{
border-color: #365332;
}
.TagClassName
{
border-color: #365332;
}
</style>