#324B22

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

Shades of Palm Leaf #324B22

Tints of Palm Leaf #324B22

Color information

#324B22 (or 0x324B22) is unknown color: approx Palm Leaf. HEX triplet: 32, 4B and 22. RGB value is (50,75,34). Sum of RGB (Red+Green+Blue) = 50+75+34=159 (21% of max value = 765). Red value is 50 (19.92% from 255 or 31.45% from 159); Green value is 75 (29.69% from 255 or 47.17% from 159); Blue value is 34 (13.67% from 255 or 21.38% from 159); Max value from RGB is 75 - color contains mainly: green. Hex color #324B22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324B22 is #CDB4DD. Grayscale: #3E3E3E. Windows color (decimal): -13481182 or 2247474. OLE color: 2247474.

HSL color Cylindrical-coordinate representation of color #324B22: hue angle of 96.59º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #324B22 is Cyan = 0.33, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.71.

Color convert

RGB507534-
CMYK0.3300.550.71
HSL96.59º37.61%21.37%-
HSV(B)96.59º54.67%29.41%-
XYZ4.125.832.42-
YUV62.85111.72118.83-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 31.45%
GREEN value IS 75 (29.69% from 255) = 47.17%
BLUE value IS 34 (13.67% from 255) = 21.38%
R=31.45%
G=47.17%
B=21.38%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5075340.3300.550.7196.5937.6121.37
Hex324B222103747612615
Octal6211342410671071414625
Binary110010100101110001010000101101111000111110000110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324B22; }

 p { color: rgb(50,75,34); }

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

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

 a { background-color: rgb(50,75,34); }

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

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

 span { border-color: rgb(50,75,34); }

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