Shades of Palm Leaf #33482C
Tints of Palm Leaf #33482C
RGB
CMYK
RGB Variations
Color information
#33482C (or 0x33482C) is known color: Palm Leaf. HEX triplet: 33, 48 and 2C. RGB value is (51,72,44). Sum of RGB (Red+Green+Blue) = 51+72+44=167 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.54% from 167); Green value is 72 (28.52% from 255 or 43.11% from 167); Blue value is 44 (17.58% from 255 or 26.35% from 167); Max value from RGB is 72 - color contains mainly: green. Hex color #33482C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33482C is #CCB7D3. Grayscale: #3E3E3E. Windows color (decimal): -13416404 or 2902067. OLE color: 2902067.
HSL color Cylindrical-coordinate representation of color #33482C: hue angle of 105º degrees, saturation: 0.24, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #33482C is Cyan = 0.29, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 51 | 72 | 44 | - |
| CMYK | 0.29 | 0 | 0.39 | 0.72 |
| HSL | 105º | 0.24% | 0.23% | - |
| HSV(B) | 105º | 0.39% | 0.28% | - |
| XYZ | 4.14 | 5.52 | 3.23 | - |
| YUV | 62.53 | 117.54 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 72 | 44 | 0.29 | 0 | 0.39 | 0.72 | 105 | 0.24 | 0.23 |
| Hex | 33 | 48 | 2C | 1D | 0 | 27 | 48 | 69 | 18 | 17 |
| Octal | 63 | 110 | 54 | 35 | 0 | 47 | 110 | 151 | 30 | 27 |
| Binary | 110011 | 1001000 | 101100 | 11101 | 0 | 100111 | 1001000 | 1101001 | 11000 | 10111 |
Color Harmonies of #33482C
Complementary color
Monochromatic Colors of #33482C
Black with #33482C
Text Example
Text Example
White with #33482C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33482C; }
p { color: rgb(51,72,44); }
H1.HeaderClassName
{
color: #33482C;
}
.AnyTagClassName
{
color: #33482C;
}
</style>
background-color css
<style>
a { background-color: #33482C; }
a { background-color: rgb(51,72,44); }
div.DivClassName
{
background-color: #33482C;
}
.BgClassName
{
background-color: #33482C;
}
</style>
border-color css
<style>
span { border-color: #33482C; }
span { border-color: rgb(51,72,44); }
td.TdClassName
{
border-color: #33482C;
}
.TagClassName
{
border-color: #33482C;
}
</style>