#324131

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

Shades of Palm Leaf #324131

Tints of Palm Leaf #324131

Color information

#324131 (or 0x324131) is unknown color: approx Palm Leaf. HEX triplet: 32, 41 and 31. RGB value is (50,65,49). Sum of RGB (Red+Green+Blue) = 50+65+49=164 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.49% from 164); Green value is 65 (25.78% from 255 or 39.63% from 164); Blue value is 49 (19.53% from 255 or 29.88% from 164); Max value from RGB is 65 - color contains mainly: green. Hex color #324131 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324131 is #CDBECE. Grayscale: #3A3A3A. Windows color (decimal): -13483727 or 3227954. OLE color: 3227954.

HSL color Cylindrical-coordinate representation of color #324131: hue angle of 116.25º degrees, saturation: 0.14, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #324131 is Cyan = 0.23, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.75.

Color convert

RGB506549-
CMYK0.2300.250.75
HSL116.25º14.04%22.35%-
HSV(B)116.25º24.62%25.49%-
XYZ3.764.683.61-
YUV58.69122.53121.8-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 30.49%
GREEN value IS 65 (25.78% from 255) = 39.63%
BLUE value IS 49 (19.53% from 255) = 29.88%
R=30.49%
G=39.63%
B=29.88%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5065490.2300.250.75116.2514.0422.35
Hex324131170194B74e16
Octal6210161270311131641626
Binary11001010000011100011011101100110010111110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324131; }

 p { color: rgb(50,65,49); }

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

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

 a { background-color: rgb(50,65,49); }

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

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

 span { border-color: rgb(50,65,49); }

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