Shades of Palm Leaf #33472A
Tints of Palm Leaf #33472A
RGB
CMYK
RGB Variations
Color information
#33472A (or 0x33472A) is known color: Palm Leaf. HEX triplet: 33, 47 and 2A. RGB value is (51,71,42). Sum of RGB (Red+Green+Blue) = 51+71+42=164 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.10% from 164); Green value is 71 (28.12% from 255 or 43.29% from 164); Blue value is 42 (16.80% from 255 or 25.61% from 164); Max value from RGB is 71 - color contains mainly: green. Hex color #33472A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33472A is #CCB8D5. Grayscale: #3D3D3D. Windows color (decimal): -13416662 or 2770739. OLE color: 2770739.
HSL color Cylindrical-coordinate representation of color #33472A: hue angle of 101.38º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #33472A is Cyan = 0.28, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 51 | 71 | 42 | - |
| CMYK | 0.28 | 0 | 0.41 | 0.72 |
| HSL | 101.38º | 0.26% | 0.22% | - |
| HSV(B) | 101.38º | 0.41% | 0.28% | - |
| XYZ | 4.04 | 5.38 | 3.02 | - |
| YUV | 61.71 | 116.87 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 71 | 42 | 0.28 | 0 | 0.41 | 0.72 | 101.38 | 0.26 | 0.22 |
| Hex | 33 | 47 | 2A | 1C | 0 | 29 | 48 | 65 | 1A | 16 |
| Octal | 63 | 107 | 52 | 34 | 0 | 51 | 110 | 145 | 32 | 26 |
| Binary | 110011 | 1000111 | 101010 | 11100 | 0 | 101001 | 1001000 | 1100101 | 11010 | 10110 |
Color Harmonies of #33472A
Complementary color
Monochromatic Colors of #33472A
Black with #33472A
Text Example
Text Example
White with #33472A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33472A; }
p { color: rgb(51,71,42); }
H1.HeaderClassName
{
color: #33472A;
}
.AnyTagClassName
{
color: #33472A;
}
</style>
background-color css
<style>
a { background-color: #33472A; }
a { background-color: rgb(51,71,42); }
div.DivClassName
{
background-color: #33472A;
}
.BgClassName
{
background-color: #33472A;
}
</style>
border-color css
<style>
span { border-color: #33472A; }
span { border-color: rgb(51,71,42); }
td.TdClassName
{
border-color: #33472A;
}
.TagClassName
{
border-color: #33472A;
}
</style>