Shades of Palm Leaf #33531E
Tints of Palm Leaf #33531E
RGB
CMYK
RGB Variations
Color information
#33531E (or 0x33531E) is known color: Palm Leaf. HEX triplet: 33, 53 and 1E. RGB value is (51,83,30). Sum of RGB (Red+Green+Blue) = 51+83+30=164 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.10% from 164); Green value is 83 (32.81% from 255 or 50.61% from 164); Blue value is 30 (12.11% from 255 or 18.29% from 164); Max value from RGB is 83 - color contains mainly: green. Hex color #33531E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33531E is #CCACE1. Grayscale: #434343. Windows color (decimal): -13413602 or 1987379. OLE color: 1987379.
HSL color Cylindrical-coordinate representation of color #33531E: hue angle of 96.23º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #33531E is Cyan = 0.39, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 51 | 83 | 30 | - |
| CMYK | 0.39 | 0 | 0.64 | 0.67 |
| HSL | 96.23º | 0.47% | 0.22% | - |
| HSV(B) | 96.23º | 0.64% | 0.33% | - |
| XYZ | 4.69 | 6.98 | 2.33 | - |
| YUV | 67.39 | 106.9 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 83 | 30 | 0.39 | 0 | 0.64 | 0.67 | 96.23 | 0.47 | 0.22 |
| Hex | 33 | 53 | 1E | 27 | 0 | 40 | 43 | 60 | 2F | 16 |
| Octal | 63 | 123 | 36 | 47 | 0 | 100 | 103 | 140 | 57 | 26 |
| Binary | 110011 | 1010011 | 11110 | 100111 | 0 | 1000000 | 1000011 | 1100000 | 101111 | 10110 |
Color Harmonies of #33531E
Complementary color
Monochromatic Colors of #33531E
Black with #33531E
Text Example
Text Example
White with #33531E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33531E; }
p { color: rgb(51,83,30); }
H1.HeaderClassName
{
color: #33531E;
}
.AnyTagClassName
{
color: #33531E;
}
</style>
background-color css
<style>
a { background-color: #33531E; }
a { background-color: rgb(51,83,30); }
div.DivClassName
{
background-color: #33531E;
}
.BgClassName
{
background-color: #33531E;
}
</style>
border-color css
<style>
span { border-color: #33531E; }
span { border-color: rgb(51,83,30); }
td.TdClassName
{
border-color: #33531E;
}
.TagClassName
{
border-color: #33531E;
}
</style>