Shades of Palm Leaf #334B2F
Tints of Palm Leaf #334B2F
RGB
CMYK
RGB Variations
Color information
#334B2F (or 0x334B2F) is known color: Palm Leaf. HEX triplet: 33, 4B and 2F. RGB value is (51,75,47). Sum of RGB (Red+Green+Blue) = 51+75+47=173 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.48% from 173); Green value is 75 (29.69% from 255 or 43.35% from 173); Blue value is 47 (18.75% from 255 or 27.17% from 173); Max value from RGB is 75 - color contains mainly: green. Hex color #334B2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334B2F is #CCB4D0. Grayscale: #404040. Windows color (decimal): -13415633 or 3099443. OLE color: 3099443.
HSL color Cylindrical-coordinate representation of color #334B2F: hue angle of 111.43º degrees, saturation: 0.23, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #334B2F is Cyan = 0.32, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 51 | 75 | 47 | - |
| CMYK | 0.32 | 0 | 0.37 | 0.71 |
| HSL | 111.43º | 0.23% | 0.24% | - |
| HSV(B) | 111.43º | 0.37% | 0.29% | - |
| XYZ | 4.39 | 5.94 | 3.6 | - |
| YUV | 64.63 | 118.05 | 118.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 75 | 47 | 0.32 | 0 | 0.37 | 0.71 | 111.43 | 0.23 | 0.24 |
| Hex | 33 | 4B | 2F | 20 | 0 | 25 | 47 | 6F | 17 | 18 |
| Octal | 63 | 113 | 57 | 40 | 0 | 45 | 107 | 157 | 27 | 30 |
| Binary | 110011 | 1001011 | 101111 | 100000 | 0 | 100101 | 1000111 | 1101111 | 10111 | 11000 |
Color Harmonies of #334B2F
Complementary color
Monochromatic Colors of #334B2F
Black with #334B2F
Text Example
Text Example
White with #334B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334B2F; }
p { color: rgb(51,75,47); }
H1.HeaderClassName
{
color: #334B2F;
}
.AnyTagClassName
{
color: #334B2F;
}
</style>
background-color css
<style>
a { background-color: #334B2F; }
a { background-color: rgb(51,75,47); }
div.DivClassName
{
background-color: #334B2F;
}
.BgClassName
{
background-color: #334B2F;
}
</style>
border-color css
<style>
span { border-color: #334B2F; }
span { border-color: rgb(51,75,47); }
td.TdClassName
{
border-color: #334B2F;
}
.TagClassName
{
border-color: #334B2F;
}
</style>