Shades of Palm Leaf #33452B
Tints of Palm Leaf #33452B
RGB
CMYK
RGB Variations
Color information
#33452B (or 0x33452B) is known color: Palm Leaf. HEX triplet: 33, 45 and 2B. RGB value is (51,69,43). Sum of RGB (Red+Green+Blue) = 51+69+43=163 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.29% from 163); Green value is 69 (27.34% from 255 or 42.33% from 163); Blue value is 43 (17.19% from 255 or 26.38% from 163); Max value from RGB is 69 - color contains mainly: green. Hex color #33452B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33452B is #CCBAD4. Grayscale: #3C3C3C. Windows color (decimal): -13417173 or 2835763. OLE color: 2835763.
HSL color Cylindrical-coordinate representation of color #33452B: hue angle of 101.54º degrees, saturation: 0.23, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #33452B is Cyan = 0.26, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 51 | 69 | 43 | - |
| CMYK | 0.26 | 0 | 0.38 | 0.73 |
| HSL | 101.54º | 0.23% | 0.22% | - |
| HSV(B) | 101.54º | 0.38% | 0.27% | - |
| XYZ | 3.93 | 5.13 | 3.07 | - |
| YUV | 60.65 | 118.04 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 69 | 43 | 0.26 | 0 | 0.38 | 0.73 | 101.54 | 0.23 | 0.22 |
| Hex | 33 | 45 | 2B | 1A | 0 | 26 | 49 | 66 | 17 | 16 |
| Octal | 63 | 105 | 53 | 32 | 0 | 46 | 111 | 146 | 27 | 26 |
| Binary | 110011 | 1000101 | 101011 | 11010 | 0 | 100110 | 1001001 | 1100110 | 10111 | 10110 |
Color Harmonies of #33452B
Complementary color
Monochromatic Colors of #33452B
Black with #33452B
Text Example
Text Example
White with #33452B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33452B; }
p { color: rgb(51,69,43); }
H1.HeaderClassName
{
color: #33452B;
}
.AnyTagClassName
{
color: #33452B;
}
</style>
background-color css
<style>
a { background-color: #33452B; }
a { background-color: rgb(51,69,43); }
div.DivClassName
{
background-color: #33452B;
}
.BgClassName
{
background-color: #33452B;
}
</style>
border-color css
<style>
span { border-color: #33452B; }
span { border-color: rgb(51,69,43); }
td.TdClassName
{
border-color: #33452B;
}
.TagClassName
{
border-color: #33452B;
}
</style>