Shades of Palm Leaf #33541A
Tints of Palm Leaf #33541A
RGB
CMYK
RGB Variations
Color information
#33541A (or 0x33541A) is known color: Palm Leaf. HEX triplet: 33, 54 and 1A. RGB value is (51,84,26). Sum of RGB (Red+Green+Blue) = 51+84+26=161 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.68% from 161); Green value is 84 (33.20% from 255 or 52.17% from 161); Blue value is 26 (10.55% from 255 or 16.15% from 161); Max value from RGB is 84 - color contains mainly: green. Hex color #33541A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33541A is #CCABE5. Grayscale: #434343. Windows color (decimal): -13413350 or 1725491. OLE color: 1725491.
HSL color Cylindrical-coordinate representation of color #33541A: hue angle of 94.14º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #33541A is Cyan = 0.39, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 51 | 84 | 26 | - |
| CMYK | 0.39 | 0 | 0.69 | 0.67 |
| HSL | 94.14º | 0.53% | 0.22% | - |
| HSV(B) | 94.14º | 0.69% | 0.33% | - |
| XYZ | 4.72 | 7.12 | 2.1 | - |
| YUV | 67.52 | 104.57 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 84 | 26 | 0.39 | 0 | 0.69 | 0.67 | 94.14 | 0.53 | 0.22 |
| Hex | 33 | 54 | 1A | 27 | 0 | 45 | 43 | 5E | 35 | 16 |
| Octal | 63 | 124 | 32 | 47 | 0 | 105 | 103 | 136 | 65 | 26 |
| Binary | 110011 | 1010100 | 11010 | 100111 | 0 | 1000101 | 1000011 | 1011110 | 110101 | 10110 |
Color Harmonies of #33541A
Complementary color
Monochromatic Colors of #33541A
Black with #33541A
Text Example
Text Example
White with #33541A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33541A; }
p { color: rgb(51,84,26); }
H1.HeaderClassName
{
color: #33541A;
}
.AnyTagClassName
{
color: #33541A;
}
</style>
background-color css
<style>
a { background-color: #33541A; }
a { background-color: rgb(51,84,26); }
div.DivClassName
{
background-color: #33541A;
}
.BgClassName
{
background-color: #33541A;
}
</style>
border-color css
<style>
span { border-color: #33541A; }
span { border-color: rgb(51,84,26); }
td.TdClassName
{
border-color: #33541A;
}
.TagClassName
{
border-color: #33541A;
}
</style>