Shades of Palm Leaf #325A1A
Tints of Palm Leaf #325A1A
RGB
CMYK
RGB Variations
Color information
#325A1A (or 0x325A1A) is known color: Palm Leaf. HEX triplet: 32, 5A and 1A. RGB value is (50,90,26). Sum of RGB (Red+Green+Blue) = 50+90+26=166 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.12% from 166); Green value is 90 (35.55% from 255 or 54.22% from 166); Blue value is 26 (10.55% from 255 or 15.66% from 166); Max value from RGB is 90 - color contains mainly: green. Hex color #325A1A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325A1A is #CDA5E5. Grayscale: #464646. Windows color (decimal): -13477350 or 1727026. OLE color: 1727026.
HSL color Cylindrical-coordinate representation of color #325A1A: hue angle of 97.5º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #325A1A is Cyan = 0.44, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 50 | 90 | 26 | - |
| CMYK | 0.44 | 0 | 0.71 | 0.65 |
| HSL | 97.5º | 0.55% | 0.23% | - |
| HSV(B) | 97.5º | 0.71% | 0.35% | - |
| XYZ | 5.16 | 8.07 | 2.26 | - |
| YUV | 70.74 | 102.75 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 90 | 26 | 0.44 | 0 | 0.71 | 0.65 | 97.5 | 0.55 | 0.23 |
| Hex | 32 | 5A | 1A | 2C | 0 | 47 | 41 | 62 | 37 | 17 |
| Octal | 62 | 132 | 32 | 54 | 0 | 107 | 101 | 142 | 67 | 27 |
| Binary | 110010 | 1011010 | 11010 | 101100 | 0 | 1000111 | 1000001 | 1100010 | 110111 | 10111 |
Color Harmonies of #325A1A
Complementary color
Monochromatic Colors of #325A1A
Black with #325A1A
Text Example
Text Example
White with #325A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325A1A; }
p { color: rgb(50,90,26); }
H1.HeaderClassName
{
color: #325A1A;
}
.AnyTagClassName
{
color: #325A1A;
}
</style>
background-color css
<style>
a { background-color: #325A1A; }
a { background-color: rgb(50,90,26); }
div.DivClassName
{
background-color: #325A1A;
}
.BgClassName
{
background-color: #325A1A;
}
</style>
border-color css
<style>
span { border-color: #325A1A; }
span { border-color: rgb(50,90,26); }
td.TdClassName
{
border-color: #325A1A;
}
.TagClassName
{
border-color: #325A1A;
}
</style>