Shades of Palm Leaf #33422F
Tints of Palm Leaf #33422F
RGB
CMYK
RGB Variations
Color information
#33422F (or 0x33422F) is known color: Palm Leaf. HEX triplet: 33, 42 and 2F. RGB value is (51,66,47). Sum of RGB (Red+Green+Blue) = 51+66+47=164 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.10% from 164); Green value is 66 (26.17% from 255 or 40.24% from 164); Blue value is 47 (18.75% from 255 or 28.66% from 164); Max value from RGB is 66 - color contains mainly: green. Hex color #33422F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33422F is #CCBDD0. Grayscale: #3B3B3B. Windows color (decimal): -13417937 or 3097139. OLE color: 3097139.
HSL color Cylindrical-coordinate representation of color #33422F: hue angle of 107.37º degrees, saturation: 0.17, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #33422F is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 51 | 66 | 47 | - |
| CMYK | 0.23 | 0 | 0.29 | 0.74 |
| HSL | 107.37º | 0.17% | 0.22% | - |
| HSV(B) | 107.37º | 0.29% | 0.26% | - |
| XYZ | 3.83 | 4.81 | 3.42 | - |
| YUV | 59.35 | 121.03 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 66 | 47 | 0.23 | 0 | 0.29 | 0.74 | 107.37 | 0.17 | 0.22 |
| Hex | 33 | 42 | 2F | 17 | 0 | 1D | 4A | 6B | 11 | 16 |
| Octal | 63 | 102 | 57 | 27 | 0 | 35 | 112 | 153 | 21 | 26 |
| Binary | 110011 | 1000010 | 101111 | 10111 | 0 | 11101 | 1001010 | 1101011 | 10001 | 10110 |
Color Harmonies of #33422F
Complementary color
Monochromatic Colors of #33422F
Black with #33422F
Text Example
Text Example
White with #33422F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33422F; }
p { color: rgb(51,66,47); }
H1.HeaderClassName
{
color: #33422F;
}
.AnyTagClassName
{
color: #33422F;
}
</style>
background-color css
<style>
a { background-color: #33422F; }
a { background-color: rgb(51,66,47); }
div.DivClassName
{
background-color: #33422F;
}
.BgClassName
{
background-color: #33422F;
}
</style>
border-color css
<style>
span { border-color: #33422F; }
span { border-color: rgb(51,66,47); }
td.TdClassName
{
border-color: #33422F;
}
.TagClassName
{
border-color: #33422F;
}
</style>