#324130

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

Shades of Palm Leaf #324130

Tints of Palm Leaf #324130

Color information

#324130 (or 0x324130) is unknown color: approx Palm Leaf. HEX triplet: 32, 41 and 30. RGB value is (50,65,48). Sum of RGB (Red+Green+Blue) = 50+65+48=163 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.67% from 163); Green value is 65 (25.78% from 255 or 39.88% from 163); Blue value is 48 (19.14% from 255 or 29.45% from 163); Max value from RGB is 65 - color contains mainly: green. Hex color #324130 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324130 is #CDBECF. Grayscale: #3A3A3A. Windows color (decimal): -13483728 or 3162418. OLE color: 3162418.

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

Color convert

RGB506548-
CMYK0.2300.260.75
HSL112.94º15.04%22.16%-
HSV(B)112.94º26.15%25.49%-
XYZ3.744.673.5-
YUV58.58122.03121.88-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 30.67%
GREEN value IS 65 (25.78% from 255) = 39.88%
BLUE value IS 48 (19.14% from 255) = 29.45%
R=30.67%
G=39.88%
B=29.45%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5065480.2300.260.75112.9415.0422.16
Hex3241301701A4B71f16
Octal6210160270321131611726
Binary11001010000011100001011101101010010111110001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324130; }

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

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

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

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

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

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

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

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