#34462E

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

Shades of Palm Leaf #34462E

Tints of Palm Leaf #34462E

Color information

#34462E (or 0x34462E) is unknown color: approx Palm Leaf. HEX triplet: 34, 46 and 2E. RGB value is (52,70,46). Sum of RGB (Red+Green+Blue) = 52+70+46=168 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.95% from 168); Green value is 70 (27.73% from 255 or 41.67% from 168); Blue value is 46 (18.36% from 255 or 27.38% from 168); Max value from RGB is 70 - color contains mainly: green. Hex color #34462E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34462E is #CBB9D1. Grayscale: #3D3D3D. Windows color (decimal): -13351378 or 3032628. OLE color: 3032628.

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

Color convert

RGB527046-
CMYK0.2600.340.73
HSL105º20.69%22.75%-
HSV(B)105º34.29%27.45%-
XYZ4.15.313.39-
YUV61.88119.04120.95-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.95%
GREEN value IS 70 (27.73% from 255) = 41.67%
BLUE value IS 46 (18.36% from 255) = 27.38%
R=30.95%
G=41.67%
B=27.38%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5270460.2600.340.7310520.6922.75
Hex34462E1A02249691517
Octal6410656320421111512527
Binary1101001000110101110110100100010100100111010011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34462E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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