#344B2C

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

Shades of Palm Leaf #344B2C

Tints of Palm Leaf #344B2C

Color information

#344B2C (or 0x344B2C) is unknown color: approx Palm Leaf. HEX triplet: 34, 4B and 2C. RGB value is (52,75,44). Sum of RGB (Red+Green+Blue) = 52+75+44=171 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.41% from 171); Green value is 75 (29.69% from 255 or 43.86% from 171); Blue value is 44 (17.58% from 255 or 25.73% from 171); Max value from RGB is 75 - color contains mainly: green. Hex color #344B2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344B2C is #CBB4D3. Grayscale: #404040. Windows color (decimal): -13350100 or 2902836. OLE color: 2902836.

HSL color Cylindrical-coordinate representation of color #344B2C: hue angle of 104.52º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #344B2C is Cyan = 0.31, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.71.

Color convert

RGB527544-
CMYK0.3100.410.71
HSL104.52º26.05%23.33%-
HSV(B)104.52º41.33%29.41%-
XYZ4.395.943.3-
YUV64.59116.38119.02-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.41%
GREEN value IS 75 (29.69% from 255) = 43.86%
BLUE value IS 44 (17.58% from 255) = 25.73%
R=30.41%
G=43.86%
B=25.73%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5275440.3100.410.71104.5226.0523.33
Hex344B2C1F02947691a17
Octal6411354370511071513227
Binary1101001001011101100111110101001100011111010011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,75,44); }

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

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

 a { background-color: rgb(52,75,44); }

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

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

 span { border-color: rgb(52,75,44); }

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