Shades of Palm Leaf #344A2A
Tints of Palm Leaf #344A2A
RGB
CMYK
RGB Variations
Color information
#344A2A (or 0x344A2A) is known color: Palm Leaf. HEX triplet: 34, 4A and 2A. RGB value is (52,74,42). Sum of RGB (Red+Green+Blue) = 52+74+42=168 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.95% from 168); Green value is 74 (29.30% from 255 or 44.05% from 168); Blue value is 42 (16.80% from 255 or 25% from 168); Max value from RGB is 74 - color contains mainly: green. Hex color #344A2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344A2A is #CBB5D5. Grayscale: #3F3F3F. Windows color (decimal): -13350358 or 2771508. OLE color: 2771508.
HSL color Cylindrical-coordinate representation of color #344A2A: hue angle of 101.25º degrees, saturation: 0.28, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #344A2A is Cyan = 0.30, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 52 | 74 | 42 | - |
| CMYK | 0.30 | 0 | 0.43 | 0.71 |
| HSL | 101.25º | 0.28% | 0.23% | - |
| HSV(B) | 101.25º | 0.43% | 0.29% | - |
| XYZ | 4.28 | 5.79 | 3.08 | - |
| YUV | 63.77 | 115.71 | 119.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 74 | 42 | 0.30 | 0 | 0.43 | 0.71 | 101.25 | 0.28 | 0.23 |
| Hex | 34 | 4A | 2A | 1E | 0 | 2B | 47 | 65 | 1C | 17 |
| Octal | 64 | 112 | 52 | 36 | 0 | 53 | 107 | 145 | 34 | 27 |
| Binary | 110100 | 1001010 | 101010 | 11110 | 0 | 101011 | 1000111 | 1100101 | 11100 | 10111 |
Color Harmonies of #344A2A
Complementary color
Monochromatic Colors of #344A2A
Black with #344A2A
Text Example
Text Example
White with #344A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344A2A; }
p { color: rgb(52,74,42); }
H1.HeaderClassName
{
color: #344A2A;
}
.AnyTagClassName
{
color: #344A2A;
}
</style>
background-color css
<style>
a { background-color: #344A2A; }
a { background-color: rgb(52,74,42); }
div.DivClassName
{
background-color: #344A2A;
}
.BgClassName
{
background-color: #344A2A;
}
</style>
border-color css
<style>
span { border-color: #344A2A; }
span { border-color: rgb(52,74,42); }
td.TdClassName
{
border-color: #344A2A;
}
.TagClassName
{
border-color: #344A2A;
}
</style>