#324A2A

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

Shades of Palm Leaf #324A2A

Tints of Palm Leaf #324A2A

Color information

#324A2A (or 0x324A2A) is unknown color: approx Palm Leaf. HEX triplet: 32, 4A and 2A. RGB value is (50,74,42). Sum of RGB (Red+Green+Blue) = 50+74+42=166 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.12% from 166); Green value is 74 (29.30% from 255 or 44.58% from 166); Blue value is 42 (16.80% from 255 or 25.30% from 166); Max value from RGB is 74 - color contains mainly: green. Hex color #324A2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324A2A is #CDB5D5. Grayscale: #3F3F3F. Windows color (decimal): -13481430 or 2771506. OLE color: 2771506.

HSL color Cylindrical-coordinate representation of color #324A2A: hue angle of 105º degrees, saturation: 0.28, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #324A2A is Cyan = 0.32, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.71.

Color convert

RGB507442-
CMYK0.3200.430.71
HSL105º27.59%22.75%-
HSV(B)105º43.24%29.02%-
XYZ4.185.743.08-
YUV63.18116.05118.6-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 30.12%
GREEN value IS 74 (29.30% from 255) = 44.58%
BLUE value IS 42 (16.80% from 255) = 25.30%
R=30.12%
G=44.58%
B=25.30%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5074420.3200.430.7110527.5922.75
Hex324A2A2002B47691c17
Octal6211252400531071513427
Binary11001010010101010101000000101011100011111010011110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,74,42); }

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

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

 a { background-color: rgb(50,74,42); }

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

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

 span { border-color: rgb(50,74,42); }

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