#34412F

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

Shades of Palm Leaf #34412F

Tints of Palm Leaf #34412F

Color information

#34412F (or 0x34412F) is unknown color: approx Palm Leaf. HEX triplet: 34, 41 and 2F. RGB value is (52,65,47). Sum of RGB (Red+Green+Blue) = 52+65+47=164 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.71% from 164); Green value is 65 (25.78% from 255 or 39.63% from 164); Blue value is 47 (18.75% from 255 or 28.66% from 164); Max value from RGB is 65 - color contains mainly: green. Hex color #34412F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34412F is #CBBED0. Grayscale: #3B3B3B. Windows color (decimal): -13352657 or 3096884. OLE color: 3096884.

HSL color Cylindrical-coordinate representation of color #34412F: hue angle of 103.33º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #34412F is Cyan = 0.20, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.75.

Color convert

RGB526547-
CMYK0.2000.280.75
HSL103.33º16.07%21.96%-
HSV(B)103.33º27.69%25.49%-
XYZ3.824.723.4-
YUV59.06121.19122.96-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 31.71%
GREEN value IS 65 (25.78% from 255) = 39.63%
BLUE value IS 47 (18.75% from 255) = 28.66%
R=31.71%
G=39.63%
B=28.66%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5265470.2000.280.75103.3316.0721.96
Hex34412F1401C4B671016
Octal6410157240341131472026
Binary110100100000110111110100011100100101111001111000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34412F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34412F; }

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

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

<style>
 a { background-color: #34412F; }

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

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

<style>
 span { border-color: #34412F; }

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

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