#34462D

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

Shades of Palm Leaf #34462D

Tints of Palm Leaf #34462D

Color information

#34462D (or 0x34462D) is unknown color: approx Palm Leaf. HEX triplet: 34, 46 and 2D. RGB value is (52,70,45). Sum of RGB (Red+Green+Blue) = 52+70+45=167 (22% of max value = 765). Red value is 52 (20.70% from 255 or 31.14% from 167); Green value is 70 (27.73% from 255 or 41.92% from 167); Blue value is 45 (17.97% from 255 or 26.95% from 167); Max value from RGB is 70 - color contains mainly: green. Hex color #34462D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34462D is #CBB9D2. Grayscale: #3D3D3D. Windows color (decimal): -13351379 or 2967092. OLE color: 2967092.

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

Color convert

RGB527045-
CMYK0.2600.360.73
HSL103.2º21.74%22.55%-
HSV(B)103.2º35.71%27.45%-
XYZ4.085.33.29-
YUV61.77118.54121.03-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 31.14%
GREEN value IS 70 (27.73% from 255) = 41.92%
BLUE value IS 45 (17.97% from 255) = 26.95%
R=31.14%
G=41.92%
B=26.95%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5270450.2600.360.73103.221.7422.55
Hex34462D1A02449671617
Octal6410655320441111472627
Binary1101001000110101101110100100100100100111001111011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34462D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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