#324D2B

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

Shades of Palm Leaf #324D2B

Tints of Palm Leaf #324D2B

Color information

#324D2B (or 0x324D2B) is unknown color: approx Palm Leaf. HEX triplet: 32, 4D and 2B. RGB value is (50,77,43). Sum of RGB (Red+Green+Blue) = 50+77+43=170 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.41% from 170); Green value is 77 (30.47% from 255 or 45.29% from 170); Blue value is 43 (17.19% from 255 or 25.29% from 170); Max value from RGB is 77 - color contains mainly: green. Hex color #324D2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #324D2B is #CDB2D4. Grayscale: #414141. Windows color (decimal): -13480661 or 2837810. OLE color: 2837810.

HSL color Cylindrical-coordinate representation of color #324D2B: hue angle of 107.65º degrees, saturation: 0.28, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #324D2B is Cyan = 0.35, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.70.

Color convert

RGB507743-
CMYK0.3500.440.70
HSL107.65º28.33%23.53%-
HSV(B)107.65º44.16%30.2%-
XYZ4.416.163.24-
YUV65.05115.55117.26-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 29.41%
GREEN value IS 77 (30.47% from 255) = 45.29%
BLUE value IS 43 (17.19% from 255) = 25.29%
R=29.41%
G=45.29%
B=25.29%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5077430.3500.440.70107.6528.3323.53
Hex324D2B2302C466c1c18
Octal6211553430541061543430
Binary11001010011011010111000110101100100011011011001110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,77,43); }

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

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

 a { background-color: rgb(50,77,43); }

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

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

 span { border-color: rgb(50,77,43); }

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