#344D24

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

Shades of Palm Leaf #344D24

Tints of Palm Leaf #344D24

Color information

#344D24 (or 0x344D24) is unknown color: approx Palm Leaf. HEX triplet: 34, 4D and 24. RGB value is (52,77,36). Sum of RGB (Red+Green+Blue) = 52+77+36=165 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.52% from 165); Green value is 77 (30.47% from 255 or 46.67% from 165); Blue value is 36 (14.45% from 255 or 21.82% from 165); Max value from RGB is 77 - color contains mainly: green. Hex color #344D24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #344D24 is #CBB2DB. Grayscale: #404040. Windows color (decimal): -13349596 or 2379060. OLE color: 2379060.

HSL color Cylindrical-coordinate representation of color #344D24: hue angle of 96.59º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #344D24 is Cyan = 0.32, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.70.

Color convert

RGB527736-
CMYK0.3200.530.70
HSL96.59º36.28%22.16%-
HSV(B)96.59º53.25%30.2%-
XYZ4.396.172.63-
YUV64.85111.72118.83-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 31.52%
GREEN value IS 77 (30.47% from 255) = 46.67%
BLUE value IS 36 (14.45% from 255) = 21.82%
R=31.52%
G=46.67%
B=21.82%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5277360.3200.530.7096.5936.2822.16
Hex344D242003546612416
Octal6411544400651061414426
Binary110100100110110010010000001101011000110110000110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,77,36); }

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

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

 a { background-color: rgb(52,77,36); }

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

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

 span { border-color: rgb(52,77,36); }

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