#34462B

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

Shades of Palm Leaf #34462B

Tints of Palm Leaf #34462B

Color information

#34462B (or 0x34462B) is unknown color: approx Palm Leaf. HEX triplet: 34, 46 and 2B. RGB value is (52,70,43). Sum of RGB (Red+Green+Blue) = 52+70+43=165 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.52% from 165); Green value is 70 (27.73% from 255 or 42.42% from 165); Blue value is 43 (17.19% from 255 or 26.06% from 165); Max value from RGB is 70 - color contains mainly: green. Hex color #34462B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34462B is #CBB9D4. Grayscale: #3D3D3D. Windows color (decimal): -13351381 or 2836020. OLE color: 2836020.

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

Color convert

RGB527043-
CMYK0.2600.390.73
HSL100º23.89%22.16%-
HSV(B)100º38.57%27.45%-
XYZ4.045.283.09-
YUV61.54117.54121.2-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 31.52%
GREEN value IS 70 (27.73% from 255) = 42.42%
BLUE value IS 43 (17.19% from 255) = 26.06%
R=31.52%
G=42.42%
B=26.06%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5270430.2600.390.7310023.8922.16
Hex34462B1A02749641816
Octal6410653320471111443026
Binary1101001000110101011110100100111100100111001001100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34462B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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