Shades of Palm Leaf #37532A
Tints of Palm Leaf #37532A
RGB
CMYK
RGB Variations
Color information
#37532A (or 0x37532A) is known color: Palm Leaf. HEX triplet: 37, 53 and 2A. RGB value is (55,83,42). Sum of RGB (Red+Green+Blue) = 55+83+42=180 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.56% from 180); Green value is 83 (32.81% from 255 or 46.11% from 180); Blue value is 42 (16.80% from 255 or 23.33% from 180); Max value from RGB is 83 - color contains mainly: green. Hex color #37532A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37532A is #C8ACD5. Grayscale: #464646. Windows color (decimal): -13151446 or 2773815. OLE color: 2773815.
HSL color Cylindrical-coordinate representation of color #37532A: hue angle of 100.98º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #37532A is Cyan = 0.34, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 55 | 83 | 42 | - |
| CMYK | 0.34 | 0 | 0.49 | 0.67 |
| HSL | 100.98º | 0.33% | 0.25% | - |
| HSV(B) | 100.98º | 0.49% | 0.33% | - |
| XYZ | 5.09 | 7.17 | 3.31 | - |
| YUV | 69.95 | 112.22 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 83 | 42 | 0.34 | 0 | 0.49 | 0.67 | 100.98 | 0.33 | 0.25 |
| Hex | 37 | 53 | 2A | 22 | 0 | 31 | 43 | 65 | 21 | 19 |
| Octal | 67 | 123 | 52 | 42 | 0 | 61 | 103 | 145 | 41 | 31 |
| Binary | 110111 | 1010011 | 101010 | 100010 | 0 | 110001 | 1000011 | 1100101 | 100001 | 11001 |
Color Harmonies of #37532A
Complementary color
Monochromatic Colors of #37532A
Black with #37532A
Text Example
Text Example
White with #37532A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37532A; }
p { color: rgb(55,83,42); }
H1.HeaderClassName
{
color: #37532A;
}
.AnyTagClassName
{
color: #37532A;
}
</style>
background-color css
<style>
a { background-color: #37532A; }
a { background-color: rgb(55,83,42); }
div.DivClassName
{
background-color: #37532A;
}
.BgClassName
{
background-color: #37532A;
}
</style>
border-color css
<style>
span { border-color: #37532A; }
span { border-color: rgb(55,83,42); }
td.TdClassName
{
border-color: #37532A;
}
.TagClassName
{
border-color: #37532A;
}
</style>