#34462C

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

Shades of Palm Leaf #34462C

Tints of Palm Leaf #34462C

Color information

#34462C (or 0x34462C) is unknown color: approx Palm Leaf. HEX triplet: 34, 46 and 2C. RGB value is (52,70,44). Sum of RGB (Red+Green+Blue) = 52+70+44=166 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.33% from 166); Green value is 70 (27.73% from 255 or 42.17% from 166); Blue value is 44 (17.58% from 255 or 26.51% from 166); Max value from RGB is 70 - color contains mainly: green. Hex color #34462C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34462C is #CBB9D3. Grayscale: #3D3D3D. Windows color (decimal): -13351380 or 2901556. OLE color: 2901556.

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

Color convert

RGB527044-
CMYK0.2600.370.73
HSL101.54º22.81%22.35%-
HSV(B)101.54º37.14%27.45%-
XYZ4.065.293.19-
YUV61.65118.04121.11-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 31.33%
GREEN value IS 70 (27.73% from 255) = 42.17%
BLUE value IS 44 (17.58% from 255) = 26.51%
R=31.33%
G=42.17%
B=26.51%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5270440.2600.370.73101.5422.8122.35
Hex34462C1A02549661716
Octal6410654320451111462726
Binary1101001000110101100110100100101100100111001101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34462C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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