#34452C

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

Shades of Palm Leaf #34452C

Tints of Palm Leaf #34452C

Color information

#34452C (or 0x34452C) is unknown color: approx Palm Leaf. HEX triplet: 34, 45 and 2C. RGB value is (52,69,44). Sum of RGB (Red+Green+Blue) = 52+69+44=165 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.52% from 165); Green value is 69 (27.34% from 255 or 41.82% from 165); Blue value is 44 (17.58% from 255 or 26.67% from 165); Max value from RGB is 69 - color contains mainly: green. Hex color #34452C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34452C is #CBBAD3. Grayscale: #3D3D3D. Windows color (decimal): -13351636 or 2901300. OLE color: 2901300.

HSL color Cylindrical-coordinate representation of color #34452C: hue angle of 100.8º degrees, saturation: 0.22, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #34452C is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.73.

Color convert

RGB526944-
CMYK0.2500.360.73
HSL100.8º22.12%22.16%-
HSV(B)100.8º36.23%27.06%-
XYZ45.173.17-
YUV61.07118.37121.53-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 31.52%
GREEN value IS 69 (27.34% from 255) = 41.82%
BLUE value IS 44 (17.58% from 255) = 26.67%
R=31.52%
G=41.82%
B=26.67%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5269440.2500.360.73100.822.1222.16
Hex34452C1902449651616
Octal6410554310441111452626
Binary1101001000101101100110010100100100100111001011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34452C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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