#343F2F

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

Shades of Palm Leaf #343F2F

Tints of Palm Leaf #343F2F

Color information

#343F2F (or 0x343F2F) is unknown color: approx Palm Leaf. HEX triplet: 34, 3F and 2F. RGB value is (52,63,47). Sum of RGB (Red+Green+Blue) = 52+63+47=162 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.10% from 162); Green value is 63 (25% from 255 or 38.89% from 162); Blue value is 47 (18.75% from 255 or 29.01% from 162); Max value from RGB is 63 - color contains mainly: green. Hex color #343F2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343F2F is #CBC0D0. Grayscale: #393939. Windows color (decimal): -13353169 or 3096372. OLE color: 3096372.

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

Color convert

RGB526347-
CMYK0.1700.250.75
HSL101.25º14.55%21.57%-
HSV(B)101.25º25.4%24.71%-
XYZ3.714.493.36-
YUV57.89121.86123.8-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 32.10%
GREEN value IS 63 (25% from 255) = 38.89%
BLUE value IS 47 (18.75% from 255) = 29.01%
R=32.10%
G=38.89%
B=29.01%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5263470.1700.250.75101.2514.5521.57
Hex343F2F110194B65f16
Octal647757210311131451726
Binary1101001111111011111000101100110010111100101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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