#343E32

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

Shades of Palm Leaf #343E32

Tints of Palm Leaf #343E32

Color information

#343E32 (or 0x343E32) is unknown color: approx Palm Leaf. HEX triplet: 34, 3E and 32. RGB value is (52,62,50). Sum of RGB (Red+Green+Blue) = 52+62+50=164 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.71% from 164); Green value is 62 (24.61% from 255 or 37.80% from 164); Blue value is 50 (19.92% from 255 or 30.49% from 164); Max value from RGB is 62 - color contains mainly: green. Hex color #343E32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343E32 is #CBC1CD. Grayscale: #393939. Windows color (decimal): -13353422 or 3292724. OLE color: 3292724.

HSL color Cylindrical-coordinate representation of color #343E32: hue angle of 110º degrees, saturation: 0.11, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #343E32 is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.76.

Color convert

RGB526250-
CMYK0.1600.190.76
HSL110º10.71%21.96%-
HSV(B)110º19.35%24.31%-
XYZ3.714.413.67-
YUV57.64123.69123.98-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 31.71%
GREEN value IS 62 (24.61% from 255) = 37.80%
BLUE value IS 50 (19.92% from 255) = 30.49%
R=31.71%
G=37.80%
B=30.49%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5262500.1600.190.7611010.7121.96
Hex343E32100134C6eb16
Octal647662200231141561326
Binary1101001111101100101000001001110011001101110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,62,50); }

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

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

 a { background-color: rgb(52,62,50); }

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

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

 span { border-color: rgb(52,62,50); }

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