#34561C

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

Shades of Palm Leaf #34561C

Tints of Palm Leaf #34561C

Color information

#34561C (or 0x34561C) is unknown color: approx Palm Leaf. HEX triplet: 34, 56 and 1C. RGB value is (52,86,28). Sum of RGB (Red+Green+Blue) = 52+86+28=166 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.33% from 166); Green value is 86 (33.98% from 255 or 51.81% from 166); Blue value is 28 (11.33% from 255 or 16.87% from 166); Max value from RGB is 86 - color contains mainly: green. Hex color #34561C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34561C is #CBA9E3. Grayscale: #454545. Windows color (decimal): -13347300 or 1857076. OLE color: 1857076.

HSL color Cylindrical-coordinate representation of color #34561C: hue angle of 95.17º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #34561C is Cyan = 0.40, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.66.

Color convert

RGB528628-
CMYK0.4000.670.66
HSL95.17º50.88%22.35%-
HSV(B)95.17º67.44%33.73%-
XYZ4.957.472.28-
YUV69.22104.74115.72-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 31.33%
GREEN value IS 86 (33.98% from 255) = 51.81%
BLUE value IS 28 (11.33% from 255) = 16.87%
R=31.33%
G=51.81%
B=16.87%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5286280.4000.670.6695.1750.8822.35
Hex34561C28043425f3316
Octal64126345001031021376326
Binary110100101011011100101000010000111000010101111111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34561C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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