Shades of Palm Leaf #33541C
Tints of Palm Leaf #33541C
RGB
CMYK
RGB Variations
Color information
#33541C (or 0x33541C) is known color: Palm Leaf. HEX triplet: 33, 54 and 1C. RGB value is (51,84,28). Sum of RGB (Red+Green+Blue) = 51+84+28=163 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.29% from 163); Green value is 84 (33.20% from 255 or 51.53% from 163); Blue value is 28 (11.33% from 255 or 17.18% from 163); Max value from RGB is 84 - color contains mainly: green. Hex color #33541C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33541C is #CCABE3. Grayscale: #434343. Windows color (decimal): -13413348 or 1856563. OLE color: 1856563.
HSL color Cylindrical-coordinate representation of color #33541C: hue angle of 95.36º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #33541C is Cyan = 0.39, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 51 | 84 | 28 | - |
| CMYK | 0.39 | 0 | 0.67 | 0.67 |
| HSL | 95.36º | 0.5% | 0.22% | - |
| HSV(B) | 95.36º | 0.67% | 0.33% | - |
| XYZ | 4.75 | 7.13 | 2.22 | - |
| YUV | 67.75 | 105.57 | 116.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 84 | 28 | 0.39 | 0 | 0.67 | 0.67 | 95.36 | 0.5 | 0.22 |
| Hex | 33 | 54 | 1C | 27 | 0 | 43 | 43 | 5F | 32 | 16 |
| Octal | 63 | 124 | 34 | 47 | 0 | 103 | 103 | 137 | 62 | 26 |
| Binary | 110011 | 1010100 | 11100 | 100111 | 0 | 1000011 | 1000011 | 1011111 | 110010 | 10110 |
Color Harmonies of #33541C
Complementary color
Monochromatic Colors of #33541C
Black with #33541C
Text Example
Text Example
White with #33541C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33541C; }
p { color: rgb(51,84,28); }
H1.HeaderClassName
{
color: #33541C;
}
.AnyTagClassName
{
color: #33541C;
}
</style>
background-color css
<style>
a { background-color: #33541C; }
a { background-color: rgb(51,84,28); }
div.DivClassName
{
background-color: #33541C;
}
.BgClassName
{
background-color: #33541C;
}
</style>
border-color css
<style>
span { border-color: #33541C; }
span { border-color: rgb(51,84,28); }
td.TdClassName
{
border-color: #33541C;
}
.TagClassName
{
border-color: #33541C;
}
</style>