#34541C

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

Shades of Palm Leaf #34541C

Tints of Palm Leaf #34541C

Color information

#34541C (or 0x34541C) is unknown color: approx Palm Leaf. HEX triplet: 34, 54 and 1C. RGB value is (52,84,28). Sum of RGB (Red+Green+Blue) = 52+84+28=164 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.71% from 164); Green value is 84 (33.20% from 255 or 51.22% from 164); Blue value is 28 (11.33% from 255 or 17.07% from 164); Max value from RGB is 84 - color contains mainly: green. Hex color #34541C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34541C is #CBABE3. Grayscale: #444444. Windows color (decimal): -13347812 or 1856564. OLE color: 1856564.

HSL color Cylindrical-coordinate representation of color #34541C: hue angle of 94.29º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #34541C is Cyan = 0.38, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB528428-
CMYK0.3800.670.67
HSL94.29º50%21.96%-
HSV(B)94.29º66.67%32.94%-
XYZ4.87.152.23-
YUV68.05105.4116.55-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 31.71%
GREEN value IS 84 (33.20% from 255) = 51.22%
BLUE value IS 28 (11.33% from 255) = 17.07%
R=31.71%
G=51.22%
B=17.07%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5284280.3800.670.6794.295021.96
Hex34541C26043435e3216
Octal64124344601031031366226
Binary110100101010011100100110010000111000011101111011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34541C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,84,28); }

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

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

 a { background-color: rgb(52,84,28); }

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

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

 span { border-color: rgb(52,84,28); }

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