#344532

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

Shades of Palm Leaf #344532

Tints of Palm Leaf #344532

Color information

#344532 (or 0x344532) is unknown color: approx Palm Leaf. HEX triplet: 34, 45 and 32. RGB value is (52,69,50). Sum of RGB (Red+Green+Blue) = 52+69+50=171 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.41% from 171); Green value is 69 (27.34% from 255 or 40.35% from 171); Blue value is 50 (19.92% from 255 or 29.24% from 171); Max value from RGB is 69 - color contains mainly: green. Hex color #344532 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344532 is #CBBACD. Grayscale: #3D3D3D. Windows color (decimal): -13351630 or 3294516. OLE color: 3294516.

HSL color Cylindrical-coordinate representation of color #344532: hue angle of 113.68º degrees, saturation: 0.16, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #344532 is Cyan = 0.25, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.73.

Color convert

RGB526950-
CMYK0.2500.280.73
HSL113.68º15.97%23.33%-
HSV(B)113.68º27.54%27.06%-
XYZ4.125.223.81-
YUV61.75121.37121.04-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.41%
GREEN value IS 69 (27.34% from 255) = 40.35%
BLUE value IS 50 (19.92% from 255) = 29.24%
R=30.41%
G=40.35%
B=29.24%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5269500.2500.280.73113.6815.9723.33
Hex3445321901C49721017
Octal6410562310341111622027
Binary110100100010111001011001011100100100111100101000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344532; }

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

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

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

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

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

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

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

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