#344F32

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

Shades of Palm Leaf #344F32

Tints of Palm Leaf #344F32

Color information

#344F32 (or 0x344F32) is unknown color: approx Palm Leaf. HEX triplet: 34, 4F and 32. RGB value is (52,79,50). Sum of RGB (Red+Green+Blue) = 52+79+50=181 (23% of max value = 765). Red value is 52 (20.70% from 255 or 28.73% from 181); Green value is 79 (31.25% from 255 or 43.65% from 181); Blue value is 50 (19.92% from 255 or 27.62% from 181); Max value from RGB is 79 - color contains mainly: green. Hex color #344F32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #344F32 is #CBB0CD. Grayscale: #434343. Windows color (decimal): -13349070 or 3297076. OLE color: 3297076.

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

Color convert

RGB527950-
CMYK0.3400.370.69
HSL115.86º22.48%25.29%-
HSV(B)115.86º36.71%30.98%-
XYZ4.796.554.03-
YUV67.62118.05116.86-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.73%
GREEN value IS 79 (31.25% from 255) = 43.65%
BLUE value IS 50 (19.92% from 255) = 27.62%
R=28.73%
G=43.65%
B=27.62%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5279500.3400.370.69115.8622.4825.29
Hex344F322202545741619
Octal6411762420451051642631
Binary11010010011111100101000100100101100010111101001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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