#344E28

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

Shades of Palm Leaf #344E28

Tints of Palm Leaf #344E28

Color information

#344E28 (or 0x344E28) is unknown color: approx Palm Leaf. HEX triplet: 34, 4E and 28. RGB value is (52,78,40). Sum of RGB (Red+Green+Blue) = 52+78+40=170 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.59% from 170); Green value is 78 (30.86% from 255 or 45.88% from 170); Blue value is 40 (16.02% from 255 or 23.53% from 170); Max value from RGB is 78 - color contains mainly: green. Hex color #344E28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #344E28 is #CBB1D7. Grayscale: #424242. Windows color (decimal): -13349336 or 2641460. OLE color: 2641460.

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

Color convert

RGB527840-
CMYK0.3300.490.69
HSL101.05º32.2%23.14%-
HSV(B)101.05º48.72%30.59%-
XYZ4.526.332.99-
YUV65.89113.39118.09-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.59%
GREEN value IS 78 (30.86% from 255) = 45.88%
BLUE value IS 40 (16.02% from 255) = 23.53%
R=30.59%
G=45.88%
B=23.53%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5278400.3300.490.69101.0532.223.14
Hex344E282103145652017
Octal6411650410611051454027
Binary110100100111010100010000101100011000101110010110000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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