#344F2D

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

Shades of Palm Leaf #344F2D

Tints of Palm Leaf #344F2D

Color information

#344F2D (or 0x344F2D) is unknown color: approx Palm Leaf. HEX triplet: 34, 4F and 2D. RGB value is (52,79,45). Sum of RGB (Red+Green+Blue) = 52+79+45=176 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.55% from 176); Green value is 79 (31.25% from 255 or 44.89% from 176); Blue value is 45 (17.97% from 255 or 25.57% from 176); Max value from RGB is 79 - color contains mainly: green. Hex color #344F2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #344F2D is #CBB0D2. Grayscale: #434343. Windows color (decimal): -13349075 or 2969396. OLE color: 2969396.

HSL color Cylindrical-coordinate representation of color #344F2D: hue angle of 107.65º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #344F2D is Cyan = 0.34, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.69.

Color convert

RGB527945-
CMYK0.3400.430.69
HSL107.65º27.42%24.31%-
HSV(B)107.65º43.04%30.98%-
XYZ4.696.513.49-
YUV67.05115.55117.26-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.55%
GREEN value IS 79 (31.25% from 255) = 44.89%
BLUE value IS 45 (17.97% from 255) = 25.57%
R=29.55%
G=44.89%
B=25.57%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5279450.3400.430.69107.6527.4224.31
Hex344F2D2202B456c1b18
Octal6411755420531051543330
Binary11010010011111011011000100101011100010111011001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344F2D; }

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

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

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

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

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

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

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

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