#34492A

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

Shades of Palm Leaf #34492A

Tints of Palm Leaf #34492A

Color information

#34492A (or 0x34492A) is unknown color: approx Palm Leaf. HEX triplet: 34, 49 and 2A. RGB value is (52,73,42). Sum of RGB (Red+Green+Blue) = 52+73+42=167 (22% of max value = 765). Red value is 52 (20.70% from 255 or 31.14% from 167); Green value is 73 (28.91% from 255 or 43.71% from 167); Blue value is 42 (16.80% from 255 or 25.15% from 167); Max value from RGB is 73 - color contains mainly: green. Hex color #34492A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34492A is #CBB6D5. Grayscale: #3F3F3F. Windows color (decimal): -13350614 or 2771252. OLE color: 2771252.

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

Color convert

RGB527342-
CMYK0.2900.420.71
HSL100.65º26.96%22.55%-
HSV(B)100.65º42.47%28.63%-
XYZ4.225.663.06-
YUV63.19116.04120.02-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 31.14%
GREEN value IS 73 (28.91% from 255) = 43.71%
BLUE value IS 42 (16.80% from 255) = 25.15%
R=31.14%
G=43.71%
B=25.15%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5273420.2900.420.71100.6526.9622.55
Hex34492A1D02A47651b17
Octal6411152350521071453327
Binary1101001001001101010111010101010100011111001011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34492A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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