Shades of Palm Leaf #33452A
Tints of Palm Leaf #33452A
RGB
CMYK
RGB Variations
Color information
#33452A (or 0x33452A) is known color: Palm Leaf. HEX triplet: 33, 45 and 2A. RGB value is (51,69,42). Sum of RGB (Red+Green+Blue) = 51+69+42=162 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.48% from 162); Green value is 69 (27.34% from 255 or 42.59% from 162); Blue value is 42 (16.80% from 255 or 25.93% from 162); Max value from RGB is 69 - color contains mainly: green. Hex color #33452A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33452A is #CCBAD5. Grayscale: #3C3C3C. Windows color (decimal): -13417174 or 2770227. OLE color: 2770227.
HSL color Cylindrical-coordinate representation of color #33452A: hue angle of 100º degrees, saturation: 0.24, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #33452A is Cyan = 0.26, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 51 | 69 | 42 | - |
| CMYK | 0.26 | 0 | 0.39 | 0.73 |
| HSL | 100º | 0.24% | 0.22% | - |
| HSV(B) | 100º | 0.39% | 0.27% | - |
| XYZ | 3.91 | 5.13 | 2.97 | - |
| YUV | 60.54 | 117.54 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 69 | 42 | 0.26 | 0 | 0.39 | 0.73 | 100 | 0.24 | 0.22 |
| Hex | 33 | 45 | 2A | 1A | 0 | 27 | 49 | 64 | 18 | 16 |
| Octal | 63 | 105 | 52 | 32 | 0 | 47 | 111 | 144 | 30 | 26 |
| Binary | 110011 | 1000101 | 101010 | 11010 | 0 | 100111 | 1001001 | 1100100 | 11000 | 10110 |
Color Harmonies of #33452A
Complementary color
Monochromatic Colors of #33452A
Black with #33452A
Text Example
Text Example
White with #33452A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33452A; }
p { color: rgb(51,69,42); }
H1.HeaderClassName
{
color: #33452A;
}
.AnyTagClassName
{
color: #33452A;
}
</style>
background-color css
<style>
a { background-color: #33452A; }
a { background-color: rgb(51,69,42); }
div.DivClassName
{
background-color: #33452A;
}
.BgClassName
{
background-color: #33452A;
}
</style>
border-color css
<style>
span { border-color: #33452A; }
span { border-color: rgb(51,69,42); }
td.TdClassName
{
border-color: #33452A;
}
.TagClassName
{
border-color: #33452A;
}
</style>