#344629

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

Shades of Palm Leaf #344629

Tints of Palm Leaf #344629

Color information

#344629 (or 0x344629) is unknown color: approx Palm Leaf. HEX triplet: 34, 46 and 29. RGB value is (52,70,41). Sum of RGB (Red+Green+Blue) = 52+70+41=163 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.90% from 163); Green value is 70 (27.73% from 255 or 42.94% from 163); Blue value is 41 (16.41% from 255 or 25.15% from 163); Max value from RGB is 70 - color contains mainly: green. Hex color #344629 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344629 is #CBB9D6. Grayscale: #3D3D3D. Windows color (decimal): -13351383 or 2704948. OLE color: 2704948.

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

Color convert

RGB527041-
CMYK0.2600.410.73
HSL97.24º26.13%21.76%-
HSV(B)97.24º41.43%27.45%-
XYZ4.015.272.9-
YUV61.31116.54121.36-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 31.90%
GREEN value IS 70 (27.73% from 255) = 42.94%
BLUE value IS 41 (16.41% from 255) = 25.15%
R=31.90%
G=42.94%
B=25.15%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5270410.2600.410.7397.2426.1321.76
Hex3446291A02949611a16
Octal6410651320511111413226
Binary1101001000110101001110100101001100100111000011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344629; }

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

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

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

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

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

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

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

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