#34492C

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

Shades of Palm Leaf #34492C

Tints of Palm Leaf #34492C

Color information

#34492C (or 0x34492C) is unknown color: approx Palm Leaf. HEX triplet: 34, 49 and 2C. RGB value is (52,73,44). Sum of RGB (Red+Green+Blue) = 52+73+44=169 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.77% from 169); Green value is 73 (28.91% from 255 or 43.20% from 169); Blue value is 44 (17.58% from 255 or 26.04% from 169); Max value from RGB is 73 - color contains mainly: green. Hex color #34492C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34492C is #CBB6D3. Grayscale: #3F3F3F. Windows color (decimal): -13350612 or 2902324. OLE color: 2902324.

HSL color Cylindrical-coordinate representation of color #34492C: hue angle of 103.45º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #34492C is Cyan = 0.29, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.71.

Color convert

RGB527344-
CMYK0.2900.400.71
HSL103.45º24.79%22.94%-
HSV(B)103.45º39.73%28.63%-
XYZ4.255.683.25-
YUV63.42117.04119.86-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.77%
GREEN value IS 73 (28.91% from 255) = 43.20%
BLUE value IS 44 (17.58% from 255) = 26.04%
R=30.77%
G=43.20%
B=26.04%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5273440.2900.400.71103.4524.7922.94
Hex34492C1D02847671917
Octal6411154350501071473127
Binary1101001001001101100111010101000100011111001111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34492C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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