Shades of Palm Leaf #375033
Tints of Palm Leaf #375033
RGB
CMYK
RGB Variations
Color information
#375033 (or 0x375033) is known color: Palm Leaf. HEX triplet: 37, 50 and 33. RGB value is (55,80,51). Sum of RGB (Red+Green+Blue) = 55+80+51=186 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.57% from 186); Green value is 80 (31.64% from 255 or 43.01% from 186); Blue value is 51 (20.31% from 255 or 27.42% from 186); Max value from RGB is 80 - color contains mainly: green. Hex color #375033 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375033 is #C8AFCC. Grayscale: #454545. Windows color (decimal): -13152205 or 3362871. OLE color: 3362871.
HSL color Cylindrical-coordinate representation of color #375033: hue angle of 111.72º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #375033 is Cyan = 0.31, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 55 | 80 | 51 | - |
| CMYK | 0.31 | 0 | 0.36 | 0.69 |
| HSL | 111.72º | 0.22% | 0.26% | - |
| HSV(B) | 111.72º | 0.36% | 0.31% | - |
| XYZ | 5.04 | 6.79 | 4.18 | - |
| YUV | 69.22 | 117.72 | 117.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 80 | 51 | 0.31 | 0 | 0.36 | 0.69 | 111.72 | 0.22 | 0.26 |
| Hex | 37 | 50 | 33 | 1F | 0 | 24 | 45 | 70 | 16 | 1A |
| Octal | 67 | 120 | 63 | 37 | 0 | 44 | 105 | 160 | 26 | 32 |
| Binary | 110111 | 1010000 | 110011 | 11111 | 0 | 100100 | 1000101 | 1110000 | 10110 | 11010 |
Color Harmonies of #375033
Complementary color
Monochromatic Colors of #375033
Black with #375033
Text Example
Text Example
White with #375033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375033; }
p { color: rgb(55,80,51); }
H1.HeaderClassName
{
color: #375033;
}
.AnyTagClassName
{
color: #375033;
}
</style>
background-color css
<style>
a { background-color: #375033; }
a { background-color: rgb(55,80,51); }
div.DivClassName
{
background-color: #375033;
}
.BgClassName
{
background-color: #375033;
}
</style>
border-color css
<style>
span { border-color: #375033; }
span { border-color: rgb(55,80,51); }
td.TdClassName
{
border-color: #375033;
}
.TagClassName
{
border-color: #375033;
}
</style>