#34472B

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

Shades of Palm Leaf #34472B

Tints of Palm Leaf #34472B

Color information

#34472B (or 0x34472B) is unknown color: approx Palm Leaf. HEX triplet: 34, 47 and 2B. RGB value is (52,71,43). Sum of RGB (Red+Green+Blue) = 52+71+43=166 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.33% from 166); Green value is 71 (28.12% from 255 or 42.77% from 166); Blue value is 43 (17.19% from 255 or 25.90% from 166); Max value from RGB is 71 - color contains mainly: green. Hex color #34472B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34472B is #CBB8D4. Grayscale: #3E3E3E. Windows color (decimal): -13351125 or 2836276. OLE color: 2836276.

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

Color convert

RGB527143-
CMYK0.2700.390.72
HSL100.71º24.56%22.35%-
HSV(B)100.71º39.44%27.84%-
XYZ4.115.413.11-
YUV62.13117.21120.78-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 31.33%
GREEN value IS 71 (28.12% from 255) = 42.77%
BLUE value IS 43 (17.19% from 255) = 25.90%
R=31.33%
G=42.77%
B=25.90%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5271430.2700.390.72100.7124.5622.35
Hex34472B1B02748651916
Octal6410753330471101453126
Binary1101001000111101011110110100111100100011001011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34472B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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