#344E25

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

Shades of Palm Leaf #344E25

Tints of Palm Leaf #344E25

Color information

#344E25 (or 0x344E25) is unknown color: approx Palm Leaf. HEX triplet: 34, 4E and 25. RGB value is (52,78,37). Sum of RGB (Red+Green+Blue) = 52+78+37=167 (22% of max value = 765). Red value is 52 (20.70% from 255 or 31.14% from 167); Green value is 78 (30.86% from 255 or 46.71% from 167); Blue value is 37 (14.84% from 255 or 22.16% from 167); Max value from RGB is 78 - color contains mainly: green. Hex color #344E25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #344E25 is #CBB1DA. Grayscale: #414141. Windows color (decimal): -13349339 or 2444852. OLE color: 2444852.

HSL color Cylindrical-coordinate representation of color #344E25: hue angle of 98.05º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #344E25 is Cyan = 0.33, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.69.

Color convert

RGB527837-
CMYK0.3300.530.69
HSL98.05º35.65%22.55%-
HSV(B)98.05º52.56%30.59%-
XYZ4.476.312.73-
YUV65.55111.89118.33-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 31.14%
GREEN value IS 78 (30.86% from 255) = 46.71%
BLUE value IS 37 (14.84% from 255) = 22.16%
R=31.14%
G=46.71%
B=22.16%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5278370.3300.530.6998.0535.6522.55
Hex344E252103545622417
Octal6411645410651051424427
Binary110100100111010010110000101101011000101110001010010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,78,37); }

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

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

 a { background-color: rgb(52,78,37); }

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

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

 span { border-color: rgb(52,78,37); }

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