#34472C

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

Shades of Palm Leaf #34472C

Tints of Palm Leaf #34472C

Color information

#34472C (or 0x34472C) is unknown color: approx Palm Leaf. HEX triplet: 34, 47 and 2C. RGB value is (52,71,44). Sum of RGB (Red+Green+Blue) = 52+71+44=167 (22% of max value = 765). Red value is 52 (20.70% from 255 or 31.14% from 167); Green value is 71 (28.12% from 255 or 42.51% from 167); Blue value is 44 (17.58% from 255 or 26.35% from 167); Max value from RGB is 71 - color contains mainly: green. Hex color #34472C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34472C is #CBB8D3. Grayscale: #3E3E3E. Windows color (decimal): -13351124 or 2901812. OLE color: 2901812.

HSL color Cylindrical-coordinate representation of color #34472C: hue angle of 102.22º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #34472C is Cyan = 0.27, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.72.

Color convert

RGB527144-
CMYK0.2700.380.72
HSL102.22º23.48%22.55%-
HSV(B)102.22º38.03%27.84%-
XYZ4.125.423.21-
YUV62.24117.71120.7-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 31.14%
GREEN value IS 71 (28.12% from 255) = 42.51%
BLUE value IS 44 (17.58% from 255) = 26.35%
R=31.14%
G=42.51%
B=26.35%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5271440.2700.380.72102.2223.4822.55
Hex34472C1B02648661717
Octal6410754330461101462727
Binary1101001000111101100110110100110100100011001101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34472C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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