#34442C

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

Shades of Palm Leaf #34442C

Tints of Palm Leaf #34442C

Color information

#34442C (or 0x34442C) is unknown color: approx Palm Leaf. HEX triplet: 34, 44 and 2C. RGB value is (52,68,44). Sum of RGB (Red+Green+Blue) = 52+68+44=164 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.71% from 164); Green value is 68 (26.95% from 255 or 41.46% from 164); Blue value is 44 (17.58% from 255 or 26.83% from 164); Max value from RGB is 68 - color contains mainly: green. Hex color #34442C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34442C is #CBBBD3. Grayscale: #3C3C3C. Windows color (decimal): -13351892 or 2901044. OLE color: 2901044.

HSL color Cylindrical-coordinate representation of color #34442C: hue angle of 100º degrees, saturation: 0.21, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #34442C is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.73.

Color convert

RGB526844-
CMYK0.2400.350.73
HSL100º21.43%21.96%-
HSV(B)100º35.29%26.67%-
XYZ3.945.053.15-
YUV60.48118.7121.95-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 31.71%
GREEN value IS 68 (26.95% from 255) = 41.46%
BLUE value IS 44 (17.58% from 255) = 26.83%
R=31.71%
G=41.46%
B=26.83%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5268440.2400.350.7310021.4321.96
Hex34442C1802349641516
Octal6410454300431111442526
Binary1101001000100101100110000100011100100111001001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34442C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34442C; }

 p { color: rgb(52,68,44); }

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

<style>
 a { background-color: #34442C; }

 a { background-color: rgb(52,68,44); }

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

<style>
 span { border-color: #34442C; }

 span { border-color: rgb(52,68,44); }

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