#344732

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

Shades of Palm Leaf #344732

Tints of Palm Leaf #344732

Color information

#344732 (or 0x344732) is unknown color: approx Palm Leaf. HEX triplet: 34, 47 and 32. RGB value is (52,71,50). Sum of RGB (Red+Green+Blue) = 52+71+50=173 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.06% from 173); Green value is 71 (28.12% from 255 or 41.04% from 173); Blue value is 50 (19.92% from 255 or 28.90% from 173); Max value from RGB is 71 - color contains mainly: green. Hex color #344732 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344732 is #CBB8CD. Grayscale: #3E3E3E. Windows color (decimal): -13351118 or 3295028. OLE color: 3295028.

HSL color Cylindrical-coordinate representation of color #344732: hue angle of 114.29º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #344732 is Cyan = 0.27, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.72.

Color convert

RGB527150-
CMYK0.2700.300.72
HSL114.29º17.36%23.73%-
HSV(B)114.29º29.58%27.84%-
XYZ4.255.473.85-
YUV62.92120.71120.21-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.06%
GREEN value IS 71 (28.12% from 255) = 41.04%
BLUE value IS 50 (19.92% from 255) = 28.90%
R=30.06%
G=41.04%
B=28.90%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5271500.2700.300.72114.2917.3623.73
Hex3447321B01E48721118
Octal6410762330361101622130
Binary110100100011111001011011011110100100011100101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344732; }

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

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

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

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

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

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

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

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