#343F2E

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

Shades of Palm Leaf #343F2E

Tints of Palm Leaf #343F2E

Color information

#343F2E (or 0x343F2E) is unknown color: approx Palm Leaf. HEX triplet: 34, 3F and 2E. RGB value is (52,63,46). Sum of RGB (Red+Green+Blue) = 52+63+46=161 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.30% from 161); Green value is 63 (25% from 255 or 39.13% from 161); Blue value is 46 (18.36% from 255 or 28.57% from 161); Max value from RGB is 63 - color contains mainly: green. Hex color #343F2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343F2E is #CBC0D1. Grayscale: #393939. Windows color (decimal): -13353170 or 3030836. OLE color: 3030836.

HSL color Cylindrical-coordinate representation of color #343F2E: hue angle of 98.82º degrees, saturation: 0.16, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #343F2E is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.75.

Color convert

RGB526346-
CMYK0.1700.270.75
HSL98.82º15.6%21.37%-
HSV(B)98.82º26.98%24.71%-
XYZ3.694.483.26-
YUV57.77121.36123.88-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 32.30%
GREEN value IS 63 (25% from 255) = 39.13%
BLUE value IS 46 (18.36% from 255) = 28.57%
R=32.30%
G=39.13%
B=28.57%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5263460.1700.270.7598.8215.621.37
Hex343F2E1101B4B631015
Octal647756210331131432025
Binary11010011111110111010001011011100101111000111000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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