#344F2E

Color #344F2E Palm Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palm Leaf #344F2E

Tints of Palm Leaf #344F2E

Color information

#344F2E (or 0x344F2E) is unknown color: approx Palm Leaf. HEX triplet: 34, 4F and 2E. RGB value is (52,79,46). Sum of RGB (Red+Green+Blue) = 52+79+46=177 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.38% from 177); Green value is 79 (31.25% from 255 or 44.63% from 177); Blue value is 46 (18.36% from 255 or 25.99% from 177); Max value from RGB is 79 - color contains mainly: green. Hex color #344F2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #344F2E is #CBB0D1. Grayscale: #434343. Windows color (decimal): -13349074 or 3034932. OLE color: 3034932.

HSL color Cylindrical-coordinate representation of color #344F2E: hue angle of 109.09º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #344F2E is Cyan = 0.34, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.69.

Color convert

RGB527946-
CMYK0.3400.420.69
HSL109.09º26.4%24.51%-
HSV(B)109.09º41.77%30.98%-
XYZ4.716.523.6-
YUV67.16116.05117.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 29.38%
GREEN value IS 79 (31.25% from 255) = 44.63%
BLUE value IS 46 (18.36% from 255) = 25.99%
R=29.38%
G=44.63%
B=25.99%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5279460.3400.420.69109.0926.424.51
Hex344F2E2202A456d1a19
Octal6411756420521051553231
Binary11010010011111011101000100101010100010111011011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344F2E; }

 p { color: rgb(52,79,46); }

 H1.HeaderClassName
 {
   color: #344F2E;
 }
 .AnyTagClassName
 {
   color: #344F2E;
 }
</style>
background-color css

<style>
 a { background-color: #344F2E; }

 a { background-color: rgb(52,79,46); }

 div.DivClassName
 {
   background-color: #344F2E;
 }
 .BgClassName
 {
   background-color: #344F2E;
 }
</style>
border-color css

<style>
 span { border-color: #344F2E; }

 span { border-color: rgb(52,79,46); }

 td.TdClassName
 {
   border-color: #344F2E;
 }
 .TagClassName
 {
   border-color: #344F2E;
 }
</style>