Shades of Palm Leaf #334130
Tints of Palm Leaf #334130
RGB
CMYK
RGB Variations
Color information
#334130 (or 0x334130) is known color: Palm Leaf. HEX triplet: 33, 41 and 30. RGB value is (51,65,48). Sum of RGB (Red+Green+Blue) = 51+65+48=164 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.10% from 164); Green value is 65 (25.78% from 255 or 39.63% from 164); Blue value is 48 (19.14% from 255 or 29.27% from 164); Max value from RGB is 65 - color contains mainly: green. Hex color #334130 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334130 is #CCBECF. Grayscale: #3A3A3A. Windows color (decimal): -13418192 or 3162419. OLE color: 3162419.
HSL color Cylindrical-coordinate representation of color #334130: hue angle of 109.41º degrees, saturation: 0.15, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #334130 is Cyan = 0.22, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 51 | 65 | 48 | - |
| CMYK | 0.22 | 0 | 0.26 | 0.75 |
| HSL | 109.41º | 0.15% | 0.22% | - |
| HSV(B) | 109.41º | 0.26% | 0.25% | - |
| XYZ | 3.79 | 4.7 | 3.5 | - |
| YUV | 58.88 | 121.86 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 65 | 48 | 0.22 | 0 | 0.26 | 0.75 | 109.41 | 0.15 | 0.22 |
| Hex | 33 | 41 | 30 | 16 | 0 | 1A | 4B | 6D | F | 16 |
| Octal | 63 | 101 | 60 | 26 | 0 | 32 | 113 | 155 | 17 | 26 |
| Binary | 110011 | 1000001 | 110000 | 10110 | 0 | 11010 | 1001011 | 1101101 | 1111 | 10110 |
Color Harmonies of #334130
Complementary color
Monochromatic Colors of #334130
Black with #334130
Text Example
Text Example
White with #334130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334130; }
p { color: rgb(51,65,48); }
H1.HeaderClassName
{
color: #334130;
}
.AnyTagClassName
{
color: #334130;
}
</style>
background-color css
<style>
a { background-color: #334130; }
a { background-color: rgb(51,65,48); }
div.DivClassName
{
background-color: #334130;
}
.BgClassName
{
background-color: #334130;
}
</style>
border-color css
<style>
span { border-color: #334130; }
span { border-color: rgb(51,65,48); }
td.TdClassName
{
border-color: #334130;
}
.TagClassName
{
border-color: #334130;
}
</style>